Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Parent and Child TableRevert?
Message
 
To
03/07/2001 11:21:03
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00526287
Message ID:
00526324
Views:
20
Many thanks...

>Visual FoxPro keeps changed (and new) records in a buffer. New records have negative numbers (recno() returns "-1" for the first record the user adds, "-2" for the second, etc.). Definitive (positive) values for recno() are available only after the record is successfully saved with TableUpdate().
>
>You can either try to save all new and modified records (HELP TableUpdate()), or, if you feel the need to do this, save one record at a time (HELP GetNextModified()).
>
>You can also test whether the current record is modified, new, or unchanged (HELP GetFldState()).
>
>Regards, Hilmar.
>
>>I see, but in that case, can i APPEND BLANK to add records to the tables? How does it know how many to rollback?
Why do programs stop working correctly as soon as you leave the Fox?
Previous
Reply
Map
View

Click here to load this message in the networking platform