Hi All,
I've got a question about VFP and storing DATETIME values in memo FPT
files. Is is possible?
If yes then I would like to ask about DBF/FPT files created in VFP
by this code:
proc main()
dbCreate( "_tsttime", { { "F1", "M", 4, 0 } } )
use _tsttime
append blank
replace F1 with hb_datetime()
close
return
Can someone sent it to me?
I would like to add support for timestamp values in FPT files and
if possible I would like to make it binary compatible with other
languages which may also support it.
best regards,
Przemek
_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour