Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Using long filenames as Alias name
Message
 
À
04/08/1999 12:20:55
Jolene Dicks
Human Resources Development Canada
St. John's, Terre-Neuve, Canada
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00249809
Message ID:
00249827
Vues:
18
>I have a file that is used throughout my application called 'EXTRACTFILES'. That is the filename and I am also using it as the alias name.
Jolene,

Open your table using this code;
IF USED("EXTRACTFILES")
   SELECT Extractfiles
ELSE
   USE Extractfiles ALIAS Extractfiles AGAIN
ENDIF
The AGAIN will prevent the file is in use error.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform