Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to check a table is opened before use the table ?
Message
De
14/01/2006 11:40:05
 
 
À
13/01/2006 04:28:11
Yim Ming Sun Derek
Spacious Design Consultant
Hong Kong, Hong Kong
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Divers
Thread ID:
01086459
Message ID:
01086819
Vues:
19
You can try a little low level trick to see if it is open by ANYBODY,
i = fopen( fully qulified file name ,2)
if i < 0
  messagebox('File is already open')
else
  fclose(i)
  Use ...
endif
Glenn


>Hi,
>I want to check a table whether it is open or not before
>open it, how to check it ?
>
>Please advise.
>
>Derek
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform