Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Basic USE stuff
Message
 
To
03/05/2009 11:54:55
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Miscellaneous
Thread ID:
01397676
Message ID:
01397686
Views:
77
Yossi,

1. The only way to know if you can open a table exclusively is to do it and see if any error occurs.
2. The only way to chnage atable fromexclusive is to close and open it again and you will need to restore the environment for the table in that process.

With the use of ORDER() and the other funtions available to you you should have no problem reading the state of the table before closig it and then being able to restore the state after
reopening the table.

3. To find out if a tabe is open shared, try to open it shared again and if it fals then it was open shared in the first place.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform