Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Check if table is in use
Message
De
25/06/2004 03:49:18
 
 
À
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:
00917114
Vues:
15
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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform