Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problems with Row Buffering in VFP6.
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00295869
Message ID:
00295899
Views:
18
Shane,

Row buffering always does an automatic tabelupdate when the record pointer moves. A list with a rowsourcetype of fields moves the record pointer when the the selected item is changed. So you put row buffering with a list and you have magic happening to you all over the place.

Use Table buffering only. Then nothing magic happens. Tableupdate only occurs when you issue the tableupdate call. You can still limit the user to only working on one record at a time by not allowing them to navigate to any other record.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform