Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Save data
Message
De
09/03/2003 10:09:05
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Divers
Thread ID:
00763421
Message ID:
00763424
Vues:
16
This message has been marked as the solution to the initial question of the thread.
In your form Load or after opening a table:

=CURSORSETPROP(Buffering, 5, 'MyTable')


In your Save button Click:

=TABLEUPDATE(1, .T., 'MyTable')


In your Cancel button Click:

=TABLEREVERT(.T., 'MyTable')
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform