Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Question about editing data
Message
 
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00065162
Message ID:
00065166
Views:
28
>Question regarding editing data:
>What is the most effecient way to do editing of fields shown in text boxes?
>I now use scatter/gather. Does VFP/OOP allow for an easier way?
>Thank you for your help.
>Spencer Fried
>sfried3@ix.netcom.com

Scatter and Gather are no longer needed in VFP because you have what is called table buffering. You can use either optimistic/pessimistic file/record buffering. You also can use the functions TableRevert() and TableUpdate() when using buffering. You should read the VFP help on all of this and search the UT for previous threads on all of this. I personally use Optimistic record buffering most of the time. When you move off a record that has beed edited, that record is "automatically updated" (record lock after changes; pessimistic locks when editing is initiated). TableRevert explicitly reverts all changes while TableUpdate explicitly commits changes.
Mark McCasland
Midlothian, TX USA
Previous
Reply
Map
View

Click here to load this message in the networking platform