Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Save data
Message
From
09/03/2003 10:09:05
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Miscellaneous
Thread ID:
00763421
Message ID:
00763424
Views:
17
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')
Previous
Reply
Map
View

Click here to load this message in the networking platform