Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Check if table is in use
Message
De
25/06/2004 10:12:30
 
 
À
25/06/2004 03:27:18
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00917113
Message ID:
00917203
Vues:
7
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform