Hello,
I have a form with a TTable and a TDBGrid. The table is connected with a dbf (dBase IV) file. Now when I modify a field in the DBGrid and close the form (table is also closed), and re-open the form, the new data are lost!!
When I modify data and change record before closing the form, all is OK.
What can I do to retain the modifications without being needed to change record? table->Post() doesn't work. table->ApplyUpdates() also not.
Henk
I have a form with a TTable and a TDBGrid. The table is connected with a dbf (dBase IV) file. Now when I modify a field in the DBGrid and close the form (table is also closed), and re-open the form, the new data are lost!!
When I modify data and change record before closing the form, all is OK.
What can I do to retain the modifications without being needed to change record? table->Post() doesn't work. table->ApplyUpdates() also not.
Henk