Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Record locked
Message
From
21/08/2001 12:41:44
 
 
To
21/08/2001 12:28:43
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Miscellaneous
Thread ID:
00546829
Message ID:
00546836
Views:
14
>What function is used to test if a record is locked?
>
>Thanks in advance.
>
>Oscar Corte

Oscar,

Do you want to test if someone else has a record locked? Try to lock the record...
if rlock('myAlias')
    && do your work here
else
    && someone has the record locked
endif
Steve Gibson
Previous
Reply
Map
View

Click here to load this message in the networking platform