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

i have the above code in my program. when i do this, i get error file is in use in line use customer.

First of all, make sure that you are not trying to use the customer table exclusively. After that, modify your code ever so slightly:
IF NOT USED ( [customer] )
  USER customer AGAIN IN 0 
ENDIF
Previous
Reply
Map
View

Click here to load this message in the networking platform