Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Parent and Child TableRevert?
Message
 
À
03/07/2001 11:21:03
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivie
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00526287
Message ID:
00526324
Vues:
21
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?
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform