Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Check if table is in use
Message
From
25/06/2004 03:49:18
 
 
To
25/06/2004 03:27:18
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00917113
Message ID:
00917114
Views:
16
Evelyn,

Try:
IF NOT USED('Customer')
This function expects the alias name (or a work area number), not the table name.

>
>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.
Previous
Reply
Map
View

Click here to load this message in the networking platform