Search found 20 matches: isdatetime

Searched query: isdatetime

by carlos vargas
Sat Oct 21, 2017 8:44 pm
Forum: FiveWin para Harbour/xHarbour
Topic: funciones de FWH y Harbour en un archivo .txt
Replies: 7
Views: 6962

Re: funciones de FWH y Harbour en un archivo .txt

... expression>)->lIsArray
HB_IsBlock(<expression>)->lIsCodeblock
HB_IsByRef(@<variable>)->lIsByReference
HB_IsDate(<expression>)->lIsDate
HB_IsDateTime(<expression>)->lIsDateTime
HB_IsFunction(<cName>)-><lExists>
HB_IsHash(<expression>)->lIsHash
HB_IsLogical(<expression>)->lIsLogical
HB_IsMemo ...
by carlos vargas
Sat Oct 21, 2017 8:43 pm
Forum: FiveWin para Harbour/xHarbour
Topic: funciones de FWH y Harbour en un archivo .txt
Replies: 7
Views: 6962

Re: funciones de FWH y Harbour en un archivo .txt

... HB_IdleAdd
HB_IdleDel
HB_IdleReset
HB_IdleSleep
HB_IdleSleepMSec
HB_IdleState
HB_IdleWaitNoCPU
HB_IsArray
HB_IsBlock
HB_IsByRef
HB_IsDate
HB_IsDateTime
HB_IsFunction
HB_IsHash
HB_IsLogical
HB_IsMemo
HB_IsNil
HB_IsNull
HB_IsNumeric
HB_IsObject
HB_IsPointer
HB_IsRegex
HB_IsRegExString
HB_IsString ...
by ricardog
Fri Sep 01, 2017 2:16 am
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda DLL
Replies: 24
Views: 8579

Re: Ayuda DLL

... Error: Unresolved external '_HB_FUN_NUMTOHEX' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|VALBLANK
Error: Unresolved external '_HB_FUN_HB_ISDATETIME' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|VALBLANK
Error: Unresolved external '_HB_FUN_PADR' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB ...
by ricardog
Thu Aug 31, 2017 2:56 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda DLL
Replies: 24
Views: 8579

Re: Ayuda DLL

... Error: Unresolved external '_HB_FUN_NUMTOHEX' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|VALBLANK
Error: Unresolved external '_HB_FUN_HB_ISDATETIME' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|VALBLANK
Error: Unresolved external '_HB_FUN_NRGBRED' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB ...
by pgfdz
Fri May 29, 2015 8:06 am
Forum: FiveWin para Harbour/xHarbour
Topic: Harbour-32.dll
Replies: 5
Views: 2690

Re: Harbour-32.dll

... 708
HB_FUN_HB_INIWRITESTR @709
HB_FUN_HB_ISARRAY @710
HB_FUN_HB_ISBLOCK @711
HB_FUN_HB_ISCHAR @712
HB_FUN_HB_ISDATE @713
HB_FUN_HB_ISDATETIME @714
HB_FUN_HB_ISEVALITEM @715
HB_FUN_HB_ISFUNCTION @716
HB_FUN_HB_ISHASH @717
HB_FUN_HB_ISHASHKEY @718
HB_FUN_HB_ISLOGICAL @719
HB_FUN_HB ...
by Laurel
Mon Mar 17, 2014 9:40 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Para Antonio: ERROR COMPILACION GTAPI
Replies: 2
Views: 1487

Para Antonio: ERROR COMPILACION GTAPI

... Error: Unresolved external '_inflateReset2' referenced from C:\FWH1402\XHARBOUR\LIB\PNG.LIB|pngrutil
Error: Unresolved external '_HB_FUN_HB_ISDATETIME' referenced from C:\FWH1402\FWH\LIB\FIVEHX.LIB|VALBLANK
Error: Unresolved external '_hb_snprintf' referenced from C:\FWH1402\FWH\LIB\FIVEHX.LIB ...
by Antonio Linares
Thu Apr 29, 2010 1:36 pm
Forum: WhatsNew / Novedades
Topic: New FTDN April 2010 (10.4)
Replies: 3
Views: 4159

Re: New FTDN April 2010 (10.4)

... código bKeyChar.

* Corrección: En XBrowse, se ha hecho compatible con versiones antiguas de xHarbour la visualización de las fechas,
donde hb_isDateTime( Date() ) devuelve .T..

* Corrección: En XBrowse, el pintado de archivos de mapa de bits no-alfa en filas con gradiente no era transparente ...
by Antonio Linares
Thu Apr 29, 2010 6:59 am
Forum: WhatsNew / Novedades
Topic: New FTDN April 2010 (10.4)
Replies: 3
Views: 4159

New FTDN April 2010 (10.4)

... can be substituted inside
the bKeyChar codeblock.

* Fix: XBrowse: Display of Dates made compatible with older versions of xHarbour where hb_isDateTime( Date() )
returns .t.

* Fix: XBrowse: Painting of non-alpha bitmaps on gradient rows was not transparent. Now fixed.

* Fix: XBrowse: In ...
by nageswaragunupudi
Wed Apr 28, 2010 11:28 am
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas com Date() em 10.3
Replies: 2
Views: 683

Re: Problemas com Date() em 10.3

In \fwh\source\function\valblank.prg ( version FWH 10.3 )
for present line no 64
if HB_IsDateTime&#40; uVal &#41;
substitute
if &#40; uVal - Int&#40; uVal &#41; &#41; > 0
The xHarbour function HB_IsDateTime( dVar ) should return .t. only when dVar has timepart also. But this function behaves ...
by nageswaragunupudi
Fri Apr 16, 2010 3:43 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Outlook OLE
Replies: 19
Views: 6744

Re: Outlook OLE

>>
valtype of these properties is always "D" ?
>>
In xHarbour ValType() returns 'D' for both simple Dates and DateTime values. HB_IsDateTime( d ) can be used to ascertain if the variable has Time part also.

We can use TTOC( <d> ) to show both date and timeparts formatted.
by nageswaragunupudi
Fri Apr 16, 2010 3:39 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Date and time
Replies: 5
Views: 1045

Re: Date and time

... dates as well as DateTime values as 'D' only, while Harbour shows ValType of DateTime values as 'T' and simple dates as 'D'.

In xHarbour HB_IsDateTime( d ) returns .t. if the variable contains Timepart also and .f. if the variable is a simple date only. However in some earlier versions of ...
by nageswaragunupudi
Wed Mar 31, 2010 7:19 pm
Forum: FiveWin for Harbour/xHarbour
Topic: 10.3 xBrowse date display error
Replies: 14
Views: 4974

Re: 10.3 xBrowse date display error


When running your test function, it returns .t.
Tim
This is a bug. It should return .f. .
HB_IsDateTime( DateTime() ) should return .t.
and
HB_IsDateTime( Date() ) should return .f..
This was fixed in subsequent versions of xHarbour and XBrowse 10.3 works same way as earlier with recent versions of ...
by nageswaragunupudi
Wed Mar 31, 2010 3:43 pm
Forum: FiveWin for Harbour/xHarbour
Topic: 10.3 xBrowse date display error
Replies: 14
Views: 4974

Re: 10.3 xBrowse date display error

Mr. Tim

The xHarbour function HB_isDateTime( <var> ) is expected to return .f. when the date variable does not have timepart and .t. when the variable has timepart also.

Several versions back, XBrowse used HB_IsDateTime() to ascertain whether the variable has time-part or not. But in some versions ...
by nageswaragunupudi
Wed Mar 31, 2010 2:59 pm
Forum: FiveWin for Harbour/xHarbour
Topic: 10.3 xBrowse date display error
Replies: 14
Views: 4974

Re: 10.3 xBrowse date display error

... Now we can. Thats what I was trying to emphasize.

In Harbour, ValType of DateTime variables is 'T' and pure date ( without time-part ) is 'D'.

In xHarbour ValType of both DateTime and Date varables is 'D'. We can find if a variable has time-part or not by HB_IsDateTime( <dVar> ) --> .t. or .f.
by nageswaragunupudi
Wed Mar 31, 2010 6:24 am
Forum: FiveWin for Harbour/xHarbour
Topic: 10.3 xBrowse date display error
Replies: 14
Views: 4974

Re: 10.3 xBrowse date display error

... time and if the ValType() is 'D', the value is shown as Date without timepart, if oCol:cEditPicture is undefined.

In case of xHarbour, if HB_IsDateTime( <value> ) is true, the value is shown with time part and otherwise date is shown without timepart, if oCol:cEditPicture is undefined.

All ...