Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to make Memory variables use Private Data Sessions
Message
From
11/11/2001 19:06:55
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00580254
Message ID:
00580318
Views:
18
>Typically, I have a button on the screen which Scatters Memo Memvar and all the fields have M.MyfieldX as Control Source. (At this stage, I dont want to change to Views Yet)

You don't need to use views to do this. You can buffer your tables, and bind the controls directly to the tables. Then, if you'd rather cancel all the changes, you can use TableRevert() to forget all the changes in the buffer, or TableUpdate() to commit them.

With a couple reusable code chunks, this is easier than it probably sounds. If you have autolinks enabled the word buffering shoudl link to a good article by John Koziol on the subject. Just an idea.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform