Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
File is in use
Message
 
 
To
29/06/2009 00:28:36
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
01408993
Message ID:
01408994
Views:
48
>when I open a table:
>
>
>use stock in 0
>
>
>I always got error message: File is in use
>
>how can I detect the table is in use, so I can close it before.
>
>thanks for the help
>
>regards,
>
>Jerry
if not used('Stock')
   use Stock in 0 alias Stock again shared
endif
If you always want to close it first, then

use in select('Stock')

use Stock in 0 alias Stock again shared
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform