Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Check if table is in use
Message
 
To
25/06/2004 03:27:18
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00917113
Message ID:
00917152
Views:
12
Evelyn,
In addition to Jens' reply keep in mind that the customer.dbf table could be open with a different alias.

Einar
>
>if not used('customer.dbf')
>      use customer
>endif
>
>
>i have the above code in my program. when i do this, i get error file is in use in line use customer.
>
>but shouldn't the condition, check if the table is in use? if it is, it should do the use customer.
>
>pls advise. TIA.
Semper ubi sub ubi.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform