Search found 13 matches: getftime

Return to advanced search

Re: How can recompile FW libraries?

... assigned a value that is never used in function SETFTIME Warning W8004 files.c 163: 'wHandle' is assigned a value that is never used in function GETFTIME Error E2451 foldtool.c 58: Undefined symbol 'wPrompts' in function FOLDPAINT Warning W8002 keyboard.c 12: Restarting compile using assembly ...
by mosh1
Mon Oct 10, 2011 11:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How can recompile FW libraries?
Replies: 23
Views: 5535

Re: SetFTime() conversion error

Dear Badara, See below the actual state of my function SETFDATI(). You can see here where was the problem. thank you. I finally found out that GetFTime() retrieves the same date/time of SetFTime(), so I solved my problem that way. To retrieve the difference in hours (GMT+/-) you can just compare ...
by Davide
Sat Mar 05, 2011 1:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SetFTime() conversion error
Replies: 8
Views: 2170

getftime() does not work...Heres a workaround

I contacted james Bott to check my concern that getFtime() produces the wrong time. His was off 16hrs mine was 8 hrs. Thanks to james here is a workaround. // File time// Returns nil if cFile not foundfunction ftime(cFile)   local aDir,cTime  ...
by hag
Fri Dec 31, 2010 7:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: getftime() does not work...Heres a workaround
Replies: 0
Views: 332

GetFtime() doesn't reflect the correct date Help please

Testing getftime() in testfdat.prg. Got it working but have new issues. The time is never the time of the file as indicated at the command line. And sometimes the date is correct and some times it isn't. And sometimes the date ...
by hag
Thu Dec 23, 2010 6:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GetFtime() doesn't reflect the correct date Help please
Replies: 0
Views: 263

Re: Pritpal, HBIDE developer, assists us to use it with FWH

Hi Antonio Here is the stripped down list, for clarity purpose the irrelevant entries are removed. ---------------------------------------------------------------------------------------------------- ----------------------------------------------------------------------------------------------------...
by Pritpal Bedi
Mon Jun 07, 2010 11:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Pritpal, HBIDE developer, assists us to use it with FWH
Replies: 293
Views: 97062

Re: Se necesita ayuda en el wiki !

... GetDlgItem() GetDrawIte() GetDrawMenu() GetDropInfo() GetFirstInZip() GetFocus() GetFontInfo() GetFrameProc() GetFreeFil() GetFreeSpace() GetFTime() GetGridSize() GetHelpFile() GetHelpTopic() GetHostByName() GetHostName() GethWnd32() GetInstance() GetIP() GetKeyStat() GetKeyToggle() GetLocal() ...
by Cgallegoa
Sun Feb 21, 2010 10:35 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Se necesita ayuda en el wiki !
Replies: 12
Views: 5494

Ejemplo TESFDAT.PRG no funciona, funcion SetFTime y GetFTime

... un problema con este ejemplo TESTFDAT.PRG no hace lo correcto en ninguna de las 2 funciones que usa, SetFTime() no pone la nueva hora y fecha y GetFTime() no toma correctamente ni la hora ni la fecha del archivo. Necesito tomar la fecha de un archivo EXE, avisame por favor si hay correccion ...
by Enrrique Vertiz
Mon Feb 04, 2008 5:27 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ejemplo TESFDAT.PRG no funciona, funcion SetFTime y GetFTime
Replies: 2
Views: 511

... * Corrección: En el método SetText() de la clase TSay, pequeña corrección cuando se usan temas y brushes (brochas). * Mejora: En FWH la función GetFTime() no estaba finalizada. Ahora funciona correctamente. * Corrección: En FW++ los "checkboxes" en los folders no cambiaban sus valores. Ahora ...
by Antonio Linares
Sat Jan 05, 2008 10:22 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN January/Enero 2008 (8.01)
Replies: 1
Views: 2751

New FTDN January/Enero 2008 (8.01)

... TImage). * Fix: Class TSay Method SetText(), minor fix when a bitmapped brush and themes were used simultaneously. * Enhancement: FWH function GetFTime() was not finished. Now its working fine. * Fix: FW++ checkboxes on folders were not properly toggling their values. Now it is ok. * Fix: Print ...
by Antonio Linares
Fri Jan 04, 2008 10:02 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN January/Enero 2008 (8.01)
Replies: 1
Views: 2751

Patrick,

GetFTime() was not properly working. Now its fine :-)

We email you new libraries,

Thanks for your feedback,
by Antonio Linares
Tue Dec 18, 2007 8:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: GetFTime() / SetFTime() usage
Replies: 3
Views: 770

GetFTime() / SetFTime() usage

Hello Everyone, I am having a little problem with the SetFTime() and GetFTime() functions, as shown in the TestFDat.prg sample. The SetFTime() function is supposed to set the date and time of the Customer.dbf file to "01:02:03" on 11/12/96. But when running ...
by PatrickWeisser
Tue Dec 18, 2007 3:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: GetFTime() / SetFTime() usage
Replies: 3
Views: 770

Fecha y hora de archivos .dbf

Hola a todos: Tengo un problema para controlar la fecha y hora de archivos .dbf. Despues de probar getftime() que segun la documentacion devuelve fecha y hora, no me funciona. Devuelve la hora pero no la fecha. Compile el ejemplo testfdate.prg y veo un mensaje que dice que ...
by FRANCISCO CARRASCO
Wed Jan 18, 2006 12:28 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Fecha y hora de archivos .dbf
Replies: 0
Views: 475

Chage Date/Time in a File

Is there a function which permits to retrieve/exchange Date and Time of last modif. in any file. Somethig similar to the FWH SetFDate()/GetFTime() functions?
Thanks
Rafael
by Rafael Clemente
Wed Dec 21, 2005 2:22 pm
 
Forum: FiveWin for Pocket PC
Topic: Chage Date/Time in a File
Replies: 3
Views: 1396

Return to advanced search