Search found 32 matches: stot

Return to advanced search

Re: nuevo en el fw Harbour

1) copie el two.prg que esta dentro del gccmake.prg a la carpeta bormake porque no lo trae (y en el test.mak hace referecia a two.c y two.obj), cambie las rutas e incluso las rutas dentro de los archivos CFG de borland. y al compilar con go.bat (que tambien cambie la ruta del make) me tira este erro...
by goosfancito
Wed Feb 03, 2021 1:21 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: nuevo en el fw Harbour
Replies: 5
Views: 643

Re: FWH 16.06: MariaDb/MySql Backup and Restore (Updated 16.08)

Hi, What I mean is produce an output such as: DROP TABLE IF EXISTS `clientes`; CREATE TABLE `clientes` ( `id_cliente` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(100) COLLATE utf8_unicode_ci DEFAULT NULL, PRIMARY KEY (`id_cliente`) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8 COLLATE=ut...
by MOISES
Mon Jun 08, 2020 8:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 16.06: MariaDb/MySql Backup and Restore (Updated 16.08)
Replies: 48
Views: 20592

Re: buildH.BAT more than 1 PRG ?

... HB_UNZIPFILEFIRST(), HB_UNZIPFILEINFO(), HB_UNZIPFILEOPEN(), HB_UNZIPFILEREAD(), HB_UNZIPFILECLOSE(), HB_UNZIPFILENEXT(), HB_UNZIPCLOSE(), STOT(), HGETCASEMATCH(), STRTOHEX(), HB_ENUMINDEX(), HB_DECODE(), HEXTOSTR(), ATTOKEN(), CEILING(), BLANK(), DATETIME(), REMALL(), RANGEREPL(), __OLEVARIANTNEW(), ...
by Jimmy
Sat Dec 21, 2019 8:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: buildH.BAT more than 1 PRG ?
Replies: 4
Views: 874

Re: QRCODE

... => DateTime(<x>) #xtranslate hb_tstostr([<x>]) => TToS(<x>) #xtranslate hb_stot([<x>]) => SToT(<x>) #xtranslate hb_ttod([<x>]) => TToD(<x>) #xtranslate hb_hour([<x>]) => Hour(<x>) #xtranslate hb_minute([<x>]) ...
by jnavas
Tue Dec 11, 2018 8:39 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: QRCODE
Replies: 12
Views: 3745

QRCODE

... => DateTime(<x>) #xtranslate hb_tstostr([<x>]) => TToS(<x>) #xtranslate hb_stot([<x>]) => SToT(<x>) #xtranslate hb_ttod([<x>]) => TToD(<x>) #xtranslate hb_hour([<x>]) => Hour(<x>) #xtranslate hb_minute([<x>]) ...
by jnavas
Tue Dec 11, 2018 8:18 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: QRCODE
Replies: 12
Views: 3745

Re: How to write datetime field in MySql? *Got it* [RESUELTO]

... probé las indicadas en este post, sin exito Probe: dFEHora:= DtoC( dFecha )+' '+cHora dFEHora:= FW_STR2DT(FW_DT2STR( dFecha )+' '+cHora) dFEHora:= StoT( DtoS( dFecha )+Left( cHora,2)+SubStr(cHora,4,2 )+Right(cHora,2 ) ) dFeHora:= DateTime() (bastante llamativo que tampoco lo acepte) // aunque no ...
by MarioG
Fri Nov 16, 2018 1:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to write datetime field in MySql? *Got it*
Replies: 9
Views: 1646

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

... Space(<nCount>)->cSpaces SQrt(<nNumber>)->nRoot Standard()->cNull StoD([<cDate>])->dDate StoT([<cDateTime>])->dDateTime Str(<nNumber>,[<nLength>],[<nDecimals>],[lTrim])->cNumber StrDel(<cString>,<Mask>)->cNewString ...
by rubenfernandez01
Sun Oct 22, 2017 4:40 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

... Space(<nCount>)->cSpaces SQrt(<nNumber>)->nRoot Standard()->cNull StoD([<cDate>])->dDate StoT([<cDateTime>])->dDateTime Str(<nNumber>,[<nLength>],[<nDecimals>],[lTrim])->cNumber StrDel(<cString>,<Mask>)->cNewString ...
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(<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

... SetMode SetMouse SetNewDate SetNewTime SetPos SetPrc SetPrec SetRegistry SetTime ShowTime Sign Sin SinH SoundEx Space SQrt Standard StoD StoT Str StrDel StrDiff StrFile StrFormat StringToLiteral StrOccurs StrPeek StrPoke StrScreen StrSwap StrToHex StrTran StrZero Stuff SubStr SX_DtoP ...
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: How to write datetime field in MySql? *Got it*

Dear Mr.Rao,

Thanks a lot, I never know it.
nageswaragunupudi wrote:Mr Dutch

oRs:DateTimeField := DateTime() // current datetime
oRs:DateTimeField := STOT( "20111010221020" ) // "YYYYMMDDHHMMSS"
by dutch
Thu Sep 07, 2017 12:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to write datetime field in MySql? *Got it*
Replies: 9
Views: 1646

Re: How to write datetime field in MySql? *Got it*

Mr Dutch

oRs:DateTimeField := DateTime() // current datetime
oRs:DateTimeField := STOT( "20111010221020" ) // "YYYYMMDDHHMMSS"
by nageswaragunupudi
Thu Sep 07, 2017 11:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to write datetime field in MySql? *Got it*
Replies: 9
Views: 1646

Re: UTC to Local

Dear Rao,

Where can I get details about UTCtoLocalWithDST and STOT?

Thank you,
by cdmmaui
Thu Apr 07, 2016 3:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: UTC to Local
Replies: 13
Views: 4058

Re: UTC to Local

The question is something like this: ? UTCtoLocalWithDST( STOT( "20150310103000" ), "PT" ) --> 10/03/2015 03:30:00 ? UTCtoLocalWithDST( STOT( "20160310103000" ), "PT" ) --> 10/02/2015 02:30:00 For this function ...
by nageswaragunupudi
Wed Apr 06, 2016 4:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: UTC to Local
Replies: 13
Views: 4058

Re: Error campo datetime en ADO con Harbour 3.2.0

hb_cTot( "14/03/16 12:23" )
Better you use century also. May be 14/03/16 is treated as 14/03/1916 instead of 14/03/2016.

Safest is to use hb_stot( "20160314122300" ) instead of hb_ctot()
by nageswaragunupudi
Thu Mar 17, 2016 7:47 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error campo datetime en ADO con Harbour 3.2.0
Replies: 4
Views: 578
Next

Return to advanced search

cron