Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cancel edits
Message
From
26/04/2000 03:39:39
 
 
To
25/04/2000 15:58:27
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Miscellaneous
Thread ID:
00363305
Message ID:
00363475
Views:
18
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
Previous
Reply
Map
View

Click here to load this message in the networking platform