Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Cancel edits
Message
De
26/04/2000 03:39:39
 
 
À
25/04/2000 15:58:27
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Divers
Thread ID:
00363305
Message ID:
00363475
Vues:
16
Hi Tyler.

>> I have tried it with tablerevert but it still is saving to the table. The control sources of my textboxes on the form are the table and the corresponding fields. <<

If you have the cursor's BufferModeOverRide = 1 in the DE , and the cursor is not bound to a grid, VFP will open that cursor using Row Buffering (either optimistic or pessimistic as specified by the form's BufferMode which, BTW, is not a bufferMode at all but, rather, a locking stretegy < g > ).

If you move the record pointer when the currsor is row buffered, changes are comitted automatically.

Try explicitly setting the BufferModeOverRide of the cursor to 5 (if it is in the DE)

Marcia
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform