Search found 20 matches: isdatetime

Return to advanced search

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

__clsVerify(<nClassH>)-><acBrokenMessages>|Nil __objAddData(<oObject>,<cDataName>)->oObject __objAddInline(<oObject>,<cInlineName>,<bInline>)->oObject __objAddMethod(<oObject>,<cMethodName>,<nFuncPtr>)->oObject __objDelInline(&l...
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: 5719

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

__clsVerify __objAddData __objAddInline __objAddMethod __objDelInline __objDelMethod __objDelMethod __objDerivedFrom __objGetMethodList __objGetValueList __objModInline __objModMethod __objSetValueList __Pack __Run __Zap AAdd Abs AChoice AClone ACopy ACos AddASCII AddMonth ADel ADir ADSBlob2File ADS...
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: 5719

Re: Ayuda DLL

Antonio buenas noches, ahora son estos: Proyecto: Kept5, Entorno: BorlandDLL: [1]:Harbour.Exe Source\Tseguro.prg /m /n /es2 /ki /iP:\32bits\xharbour\include;P:\32bits\FWH\INCLUDE /i /oObj\Tseguro.c xHarbour Compiler build 1.2.1 (SimpLex) (Rev. 6406) Copyright 1999-2009, http://www.xharbour.org http:...
by ricardog
Fri Sep 01, 2017 2:16 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda DLL
Replies: 24
Views: 6358

Re: Ayuda DLL

Antonio buenos dias, gracias por la ayuda Agrego la VM.LIB (xharbour), y me manda estos errorres :( :( Proyecto: Kept5, Entorno: BorlandDLL: [1]:Harbour.Exe Source\Tseguro.prg /m /n /es2 /ki /iP:\32bits\xharbour\include;P:\32bits\FWH\INCLUDE /i /oObj\Tseguro.c xHarbour Compiler build 1.2.1 (SimpLex)...
by ricardog
Thu Aug 31, 2017 2:56 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda DLL
Replies: 24
Views: 6358

Re: Harbour-32.dll

HB_FUN_HB_CODEPAGE_HR646 @367 HB_FUN_HB_CODEPAGE_HR852 @368 HB_FUN_HB_CODEPAGE_HRISO @369 HB_FUN_HB_CODEPAGE_HRWIN @370 HB_FUN_HB_CODEPAGE_HU852 @371 HB_FUN_HB_CODEPAGE_HU852C @372 HB_FUN_HB_CODEPAGE_HUISO @373 HB_FUN_HB_CODEPAGE_HUWIN @374 HB_FUN_HB_CODEPAGE_IS850 @375 HB_FUN_HB_CODEPAGE_IS861 @376...
by pgfdz
Fri May 29, 2015 8:06 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Harbour-32.dll
Replies: 5
Views: 2359

Para Antonio: ERROR COMPILACION GTAPI

Hola Antonio, Estoy cambiando de la version 7.01 A LA VERSION 14.02 de fwh, y al intentar compilar me marca esto Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland Error: Unresolved external '_hb_gt_Init' referenced from C:\FWH1402\XHARBOUR\LIB\RTL.LIB|gtapi Error: Unresolved external '_hb...
by Laurel
Mon Mar 17, 2014 9:40 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Para Antonio: ERROR COMPILACION GTAPI
Replies: 2
Views: 1286

Re: New FTDN April 2010 (10.4)

Abril 2010 ========== * Corrección: En Xbrowse.prg, corrección de un error en la función clp2xlnumpic(), para evitar un error en tiempo de ejecución cuando cEditPicture es nulo para una columna numérica. * Mejora: En XBrowse, si bKeyChar devuelve 0, la tecla no se procesa. También la tecla puede ser...
by Antonio Linares
Thu Apr 29, 2010 1:36 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN April 2010 (10.4)
Replies: 3
Views: 3614

New FTDN April 2010 (10.4)

April 2010 ========== * Fix: Xbrowse.prg: Important bug fix in static function clp2xlnumpic(), to avoid runtime error when cEditPicture is nil for a numeric column. * Enhancement: XBrowse: If bKeyChar returns 0, the key is not processed further. Also the key can be substituted inside the bKeyChar co...
by Antonio Linares
Thu Apr 29, 2010 6:59 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN April 2010 (10.4)
Replies: 3
Views: 3614

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( uVal ) substitute           if ( uVal - Int( uVal ) ) > 0   The xHarbour function HB_IsDateTime( dVar ) should return .t. only when dVar has timepart also. But this...
by nageswaragunupudi
Wed Apr 28, 2010 11:28 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas com Date() em 10.3
Replies: 2
Views: 652

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:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Outlook OLE
Replies: 19
Views: 6194

Re: Date and time

oMail:CreationTime and oMail:ReceivedTime are both DateTime values. xHarbour shows valtype of both simple 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 T...
by nageswaragunupudi
Fri Apr 16, 2010 3:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Date and time
Replies: 5
Views: 944

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 7:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: 10.3 xBrowse date display error
Replies: 14
Views: 4608

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 vers...
by nageswaragunupudi
Wed Mar 31, 2010 3:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: 10.3 xBrowse date display error
Replies: 14
Views: 4608

Re: 10.3 xBrowse date display error

Hmm, only for statics, not locals? We can use it anywhere. Earlier there was no way of initializing static variables with datevalues. 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...
by nageswaragunupudi
Wed Mar 31, 2010 2:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: 10.3 xBrowse date display error
Replies: 14
Views: 4608

Re: 10.3 xBrowse date display error

Immediate workaround is oCol:cEditPicture := '@D' The behavior is : In case of Harbour, if the ValType() is 'T', the value is shown along with 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( <...
by nageswaragunupudi
Wed Mar 31, 2010 6:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: 10.3 xBrowse date display error
Replies: 14
Views: 4608
Next

Return to advanced search