Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
File is in use
Message
 
 
À
29/06/2009 00:28:36
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
01408993
Message ID:
01408994
Vues:
47
>when I open a table:
>
>
>use stock in 0
>
>
>I always got error message: File is in use
>
>how can I detect the table is in use, so I can close it before.
>
>thanks for the help
>
>regards,
>
>Jerry
if not used('Stock')
   use Stock in 0 alias Stock again shared
endif
If you always want to close it first, then

use in select('Stock')

use Stock in 0 alias Stock again shared
If it's not broken, fix it until it is.


My Blog
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform