Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Soft locks and table buffering
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00700960
Message ID:
00702046
Views:
17
>The trouble is that since the data is buffered, changing those fields has no effect on the actual table. So the other users won't see that it's locked. To get around this, I change the lock fields before any editing happens, force a table update, and then allow editing. It just seemed overly complicated to me and I was wondering if there was a better way.
>

Ah, I didn't realize you were buffering your locking table. You shouldn't do that, just like you shouldn't buffer your NextId table, or whatever you call the table that you use to assign PKs. You want users to see any changes to those kinds of tables immediately.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform