To Ignacio. About HB_IT_DATETIME in hbapi.
Publicado: Mar Oct 27, 2009 2:23 pm
Hello, Ignacio,
I recived message from Juan Jose about of some incompatibility Xailer2 and
FRH (FastReport). There is a problem with DateTime datatype.
Now I look hbapi.h from Xailer2-pack and I see new lines:
#define HB_IT_TIMEFLAG ( ( HB_TYPE ) 0x00040 )
#define HB_IT_DATETIME ( HB_IT_TIMEFLAG | HB_IT_DATE )
But I do not see these lines in the xHarbour 1.2.1 from xharbour.org.
Unfortunately, I do not understand "the scheme of the emergence" of the
different xharbour-versions. So I would like to ask. Does this means that
these constants will be in all versions of xharbour have the same values and
I can use them to determine DateTime-type of Item?
Now, the FRH-code handle only HB_IT_DATE and simply ignores the
possibility of:
hb_itemType(SomeItem) = HB_IT_DATETIME
But if this is common xharbour-innovation I will add support of this type.
Thanks for any advice.
---
Spirin Sergey.
"Paritet Soft" Company.
FRH sales: http://www.paritetsoft.ru/frh.htm
FRAX sales: http://www.paritetsoft.ru/frax.htm
I recived message from Juan Jose about of some incompatibility Xailer2 and
FRH (FastReport). There is a problem with DateTime datatype.
Now I look hbapi.h from Xailer2-pack and I see new lines:
#define HB_IT_TIMEFLAG ( ( HB_TYPE ) 0x00040 )
#define HB_IT_DATETIME ( HB_IT_TIMEFLAG | HB_IT_DATE )
But I do not see these lines in the xHarbour 1.2.1 from xharbour.org.
Unfortunately, I do not understand "the scheme of the emergence" of the
different xharbour-versions. So I would like to ask. Does this means that
these constants will be in all versions of xharbour have the same values and
I can use them to determine DateTime-type of Item?
Now, the FRH-code handle only HB_IT_DATE and simply ignores the
possibility of:
hb_itemType(SomeItem) = HB_IT_DATETIME
But if this is common xharbour-innovation I will add support of this type.
Thanks for any advice.
---
Spirin Sergey.
"Paritet Soft" Company.
FRH sales: http://www.paritetsoft.ru/frh.htm
FRAX sales: http://www.paritetsoft.ru/frax.htm