Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Record locked
Message
From
21/08/2001 19:04:03
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Miscellaneous
Thread ID:
00546829
Message ID:
00547043
Views:
11
Thanks a lot Larry

A new lesson for me.

Regards

Oscar


>IsRlocked() and Sys(2011) are deceiving. As Steve posted, you can't determine if someone else has a lock on the record or not. These functions only work locally. Also of note, is that they only work for the current datasession. So even if you have a a lock but it is in another form with a private datasession, it won't return the correct information.
>
>You really need to attempt to lock it with RLock() in order to get an accurate answer.
>
>>Thanks a lot Cetin and Steve.
>>
>>Cetin's approach is what what I was looking for. Rlock function tries to lock and I only want to test for if it is locked ot not.
>>
>>Regards
>>
>>
>>
>>>>What function is used to test if a record is locked?
>>>>
>>>>Thanks in advance.
>>>>
>>>>Oscar Corte
>>>
>>>IsRLocked() and sys(2011).
>>>Cetin
Previous
Reply
Map
View

Click here to load this message in the networking platform