Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
With APPEND GENERAL, cannot get long file names ?
Message
 
À
28/06/2000 15:25:00
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00350189
Message ID:
00387791
Vues:
12
David,

You cannot macro expand a field, only a variable. First copy teh contents of the field to a variable as in;
SELECT 0
LOCAL lcFile
lcFile = Fnames.Fname
IMPORT FROM "&lcFile" TYPE XLS
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform