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 TestFDat, the GetFTime() function is showing a time of 14:28:00, with an empty date. When I check the actual date and time of customer.dbf at the command prompt after running TestFDat, it is showing as 12/10/1996 at 05:02pm. I have the latest FiveWin build (712). Even with a French date setting (as is used in TestFDat.prg) it shouldn't be that far off. Is there some other global setting that could affect the SetFTime() and GetFTime() functions?
Thanks,
-Patrick