Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to Discard Changes while using Scatter and Gather ?
Message
 
To
01/05/2002 15:52:28
Henry Ravichander
RC Management Systems Inc.
Saskatchewan, Canada
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00651212
Message ID:
00651886
Views:
25
5 makes the buffering Table Optimistic. You also need to add a TableUpdate() to the Save button;
* Save button's Click
IF NOT TableUpdate(1,.F.,"TableName")
   * Update failed
   WAIT WINDOW "Unable to save your changes, please try again later"
   TableRevert(.T.,"TableName")
ENDIF
RETURN
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform