Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Used() function
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00217407
Message ID:
00217826
Views:
27
Timothy,

Finishing the code
LOCAL lcError, llErr
lcError = ON("ERROR")
ON ERROR llErr = .T.
USE MyFile EXCLUSIVE
IF llErr
   * Error couldn't get it opne exclusive
ELSE
   * It is open exclusively
ENDIF
IF NOT EMPTY( lcError)
   ON ERROR &lcError
ELSE
   ON ERROR
ENDIF
Previous
Reply
Map
View

Click here to load this message in the networking platform