Search found 22 matches: settime

Return to advanced search

Re: Error al compilar con VS2019

Lo logré :D Instalando el VS Community 2022 Con el .bat call "%ProgramFiles%\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvarsall.bat" x86D:\Sistemas\Compiler\HarbourVS\bin\hbmk2 data\prg\proyectoVS.hbp -comp=msvc -run  Intentaré hacerlo portable para no tenerlo instala...
by acuellar
Thu Apr 06, 2023 7:54 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error al compilar con VS2019
Replies: 26
Views: 1690

Re: xHarbour Builder and Fivewin

Sorry I use: Version S.O.: Windows NT Professional 6.02.9200 Compilador..: XCC ISO C Compiler 2.70 BuildDate...: Nov 17 2011 11:26:59 CodeVer.....: PCode Version: 10 xHarbour....: xHarbour build 1.2.1 Intl. (SimpLex) (Rev. 9382) FiveWin.....: FWHX 12.08 SQLRDD everything works great... I would now l...
by mtajkov
Thu Apr 25, 2019 12:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xHarbour Builder and Fivewin
Replies: 4
Views: 1071

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

... SetPrec(<nDecimalPlaces>)->cNullString SetRegistry(<nHKEY>,<cRegPath>,<cRegKey>,<xValue>)->lSuccess SetTime(<cTime>)->lSuccess ShowTime([<nRow>],[<nCol>],[<lHideSecs>],[<cColor>],[<l12h>],[<lAmPm>])->cNull ...
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: 5710

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

... SetPrec(<nDecimalPlaces>)->cNullString SetRegistry(<nHKEY>,<cRegPath>,<cRegKey>,<xValue>)->lSuccess SetTime(<cTime>)->lSuccess ShowTime([<nRow>],[<nCol>],[<lHideSecs>],[<cColor>],[<l12h>],[<lAmPm>])->cNull ...
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: 5710

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

... SetDate SetEnv SetErrorMode SetFDaTi SetKey SetLastError SetLastKey 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 ...
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: 5710

Re: Makefile para FWH64

Cambié los 10001 por otro valor... me da: xhb.lib(xhbole.obj) : warning LNK4006: HB_FUN_OLEDEFAULTARG already defined in FiveH64.lib(OLEFUNCS.obj); second definition ignored hbct.lib(dattime3.obj) : warning LNK4006: HB_FUN_SETTIME already defined in FiveHC64.lib(DATETIME.obj); second definition igno...
by TOTOVIOTTI
Tue Nov 17, 2015 11:28 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Makefile para FWH64
Replies: 34
Views: 4970

Re: Makefile para FWH64

Perdon es este: xhb.lib(xhbole.obj) : warning LNK4006: HB_FUN_OLEDEFAULTARG already defined in FiveH64.lib(OLEFUNCS.obj); second definition ignored hbct.lib(dattime3.obj) : warning LNK4006: HB_FUN_SETTIME already defined in FiveHC64.lib(DATETIME.obj); second definition ignored hbct.lib(dattime3.obj)...
by TOTOVIOTTI
Wed Nov 11, 2015 8:56 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Makefile para FWH64
Replies: 34
Views: 4970

Re: SOLVED: Subtructing Time

oDateTime := TDateTime():New()

oDateTime:SetDate( Date() )
oDateTime:SetTime( Time() )

? oDateTime:Date
? oDateTime:Time

oDateTime:AddDay(1)

? oDateTime:Date
? oDateTime:Time

oDateTime:RemSeconds( Secs( "01:00:00" ) )

? oDateTime:Date
? oDateTime:Time
by sambomb
Fri Feb 17, 2012 11:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SOLVED: Subtructing Time
Replies: 11
Views: 3442

Re: SetTime :: Problema

Pablo,


(UTC+01:00) Amsterdam, Berlin, Bern, Rom, Stockholm, Wien
nCorr := 1

I use:
SetTime( VAL( substr(aInfoNetz[1,4],1 ,2 ) ) - nCorr , VAL( substr(aInfoNetz[1,4],4 ,2 )), VAL( substr(aInfoNetz[1,4],7 ,2 )), 0 )

Regards,
Otto
by Otto
Fri Nov 05, 2010 11:33 am
 
Forum: FiveWin para Pocket PC
Topic: SetTime :: Problema
Replies: 2
Views: 1042

Re: SetTime :: Problema

??????? :cry: :cry: :cry: :cry:
by pablovidal
Tue Nov 02, 2010 7:50 pm
 
Forum: FiveWin para Pocket PC
Topic: SetTime :: Problema
Replies: 2
Views: 1042

SetTime :: Problema

Hola, cuando pongo el settime , para actualizar la hora del pda no me funciona, siempre pone la misma hora, las 20:00 .- y el setdate siempre me devuelve Falso  ? time() + CRLF + dtoc( date() )   settime( ...
by pablovidal
Wed Oct 27, 2010 1:57 pm
 
Forum: FiveWin para Pocket PC
Topic: SetTime :: Problema
Replies: 2
Views: 1042

Re: SetTime

In WIN 7 you need admin role for SetTime().
Best regards,
Otto
by Otto
Sun May 02, 2010 2:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SetTime
Replies: 1
Views: 528

SetTime

Does someone know how to handle settime correctly?
On the IPaq I have to add 7 hours and on the PC subtract 2 hours to get the correct local time.

Best regards,
Otto
by Otto
Sun May 02, 2010 9:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SetTime
Replies: 1
Views: 528

Problem with Windows 7

I have test my application (FWH 7.09) with Windows 7 and found some function not work (for example GetDiskFreeSpaceEx(),nSerialHD(),setdate(),settime() etc.)
Are this problem fix in FWH 9.10 ?
Actually I would like to waiting for completed unicode support version.
by Surasak
Thu Nov 05, 2009 2:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with Windows 7
Replies: 35
Views: 7142

How to set Time (SOLVED)

Hi, want to set the system time with SetTime( <nHour>, <nMinutes>, [<nSeconds>], [<nMillSecs>] ). This function use Coordinated Universal Time (UTC), so I have to calculate the local time zone first. But the function ...
by frose
Mon May 11, 2009 11:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to set Time (SOLVED)
Replies: 7
Views: 1655
Next

Return to advanced search