Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Private data session and buffering
Message
From
17/08/2001 12:39:43
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00545231
Message ID:
00545478
Views:
20
This message has been marked as a message which has helped to the initial question of the thread.
Hi Benoit,

The only trouble with RLOCK is that it is possible (though not probable) that in the milliesecond between your UNLOCK and REQUERY() another user might access the record.

The most reliable way to do what you want (if it absolutely is necessary) is to programmatically try to change the data between the REQUERY() and displaying it to the user and trapping for the "Record is in use by another" error (109). Then you can display the message to your user as you please.

pamela
Previous
Reply
Map
View

Click here to load this message in the networking platform