Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Programatic table update not updating
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00398886
Message ID:
00400171
Views:
17
Lorne,
Are you sure buffering is off? If so, then TableUpdate() should have given you an error message as it requires buffering.

Use CursorGetProp() to find out the buffering level during your scatter/gather. If buffering is set to row or table buffering that would cause the problems you were seeing.

HTH
Barbara

>Thanks for the answers. I had buffering set off( single user, single WS app, no contention issues), and according to the help file, the commit happens when navigating away from the record. The line following the GATHER MEMVAR was
>IF !EOF()
> skip 1 etc..
>It was'nt. Out of sheer desperation, I tried adding =TABLEUPDATE(.T.) and it worked. This is the first time I have had to explicitly call a commit after a GATHER command. I guess it only happens when the nav buttons are used, not when in code.
Barbara Paltiel, Paltiel Inc.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform