Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to Discard Changes while using Scatter and Gather ?
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00651212
Message ID:
00652089
Views:
22
Jim,
This comment is nothing to do with this topic but as I saw your name....
just a word of thanks.. I was having problems hacking a SCX and then vaguely remembered I'd seen something in your book....Effective Techniques.. there it was on page 313 about zapping the objCode field..... I was pulling my hair out wondering why changing the Methods field was not working...
thaks again,

regards,

Gerard




>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