Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to see if file can be used exclusive w/o causing err
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00405024
Message ID:
00405105
Views:
18
Larry,

The only way to know if you get a file exclusive is to get it. Try something like this;
LOCAL lcError, llError
lcError = ON("ERROR")
ON ERROR llError = .T.
USE Whatever EXCLUSIVE
IF llError
   * It failed
ENDIF
ON ERROR &lcError
Previous
Reply
Map
View

Click here to load this message in the networking platform