Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Find files at runtime
Message
 
À
28/04/2004 07:44:37
Joseph Mathai
Keyword-Tec Services
Bangalore, Inde
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00898875
Message ID:
00898876
Vues:
9
May be I don't uderstood You right, but just a suggestion:
LPARAMETERS what_dbf
IF VARTYPE(what_dbf) # "C" && or "N" 
   RETURN .f.
ENDIF
full_dbf = "invMst"+what_dbf+".DBF"
IF !FILE(full_dbf)
   RETURN .f.
ENDIF
USE (full_dbf) IN 0 && put ALIAS if you want
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform