I am using FWH 1804. I have a problem with Tdatabase. The same program worked with my previous version 1204
I am using dbf files with cdx index
I use:
- Code: Select all Expand view RUN
- oDatabase:load()
then I have a dialog if the "save" button is pressed lSave is true, if Cancel button is pressed lSave is false
- Code: Select all Expand view RUN
if lSave
oDatabase:save()
endif
Well, the record is always saved, even if the save() method is not executed. I mean, if the cancel button is pressed the record is saved anyway.
Is there an error in this version? It worked before.
Thank you very much
Alvaro