Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Detecting record lock without locking it
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00809609
Message ID:
00809612
Views:
22
>Is there a way to deted wheather or not a record is locked without actually changing it's status?
>
>Using RLock() does not tell me what the status was prior to calling it.

The ISRLOCKED() function will tell you if record is already locked by the current user. To find out if it's locked by other user you've to use RLock().
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform