Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid Updating on the fly
Message
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 8
OS:
Windows 2000 SP4
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
00965664
Message ID:
00965698
Views:
10
Neil,

You need to be using Table buffering.

Currently you have row buffering which means that every time you move the record pointer the changes automatically get committed to the table.

With Table buffering the update will not occur until your explicitly call TableUpdate().

>I think there is more to it. My grid is updating because it is bound to the table. My fields are bound to the table as well. Therefore when updating the field the table is updating which means my grid is updating. What I want to do is not to update the table until I click my save button (which works).
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Previous
Reply
Map
View

Click here to load this message in the networking platform