Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Check to see if a table on a network drive is in use
Message
De
10/06/2003 10:47:15
 
 
À
10/06/2003 10:30:11
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivie
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00798363
Message ID:
00798390
Vues:
29
Is there a way I can check if a file is open before trying to open it using the USE command?

e.g.

IF ALREADYOPEN("mytable")
=MESSAGEBOX("Mytable is already open by another user",48,"")
ELSE
USE mytable IN 0 ALIAS mytable
ENDIF

ALREADYOPEN being a purely fictional command.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform