Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How is ISRLOCKED() supposed to work ?
Message
From
23/12/2002 11:00:19
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
How is ISRLOCKED() supposed to work ?
Miscellaneous
Thread ID:
00735386
Message ID:
00735386
Views:
45
Hi,

I haven't seen any problems when using RLOCK(), it really returns what Microsoft says.
But I am not understanding ISRLOCKED() when opening a shared table in the server from 2 different machines:

Machine 1

use table1 && having only 1 record
? rlock() && Returns .T. and status bar says: Record locked
? ISRLOCKED() && Returns .T.



Machine 2
use table1 && status bar says: Record 1/1 Record UNlocked
? rlock() && Returns .F. It's OK
? ISRLOCKED() && Returns .F.


Why ISRLOCKED() still returns .F. and status bar shows Record Unlocked message on Machine 2 ?



Thanks.

Juan.
Next
Reply
Map
View

Click here to load this message in the networking platform