Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Is file already open?
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows 10
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01627882
Message ID:
01627998
Views:
56
>>I just can't remember how to do this today, perhaps someone can help.
>>
>>I know that USED("Table") will return a .T. if I am already using the Table, but what if I start another instance of VFP and want to see if that Table.dbf is actually in use by another application (in this instance another VFP that is running).
>>
>>What would I use to determine this?
>>
>>Thanks in advance.....
>
>use table exclusive will fail if anybody else has the table open.

Also, the table is opened shared by another, attempting to open it Exclusive will generate a error you can trap.
Greg Reichert
Previous
Reply
Map
View

Click here to load this message in the networking platform