Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Pessimistic buffering problem!
Message
From
01/10/1998 09:31:31
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Pessimistic buffering problem!
Miscellaneous
Thread ID:
00142782
Message ID:
00142782
Views:
72
I have a formset in which one of the forms' load method has the following code:

SET EXCLUS OFF
SET REPROC TO AUTOMATIC
ON ERROR DO ERRORFIX WITH ERROR(),MESSAGE()

The formset is set to pessimistic buffering.

When two users try to edit the same record through a data entry screen from the same form, the message "Record is locked - ESC to cancel locking" is displayed. When ESC is pressed, an error message called in errorfix is displayed, then the main application object is released and the program exits. I don't want this to happen. My intent is to clear the lock attempt and keep the form opened.
Next
Reply
Map
View

Click here to load this message in the networking platform