Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Copy file + variable, error
Message
 
À
04/08/2008 08:57:52
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP2
Divers
Thread ID:
01336220
Message ID:
01336249
Vues:
16
>Don't use &, instead use (), and never add "" when you specify the filename directly
>COPY FILE (anxFullPth) TO DADOS\ENVIO.DBF
>COPY FILE (anxFullPth) TO (txtPathName)
Tore,

One correction you need to use "" if the file name has spaces in it as in;

COPY FILE (anxFullPth) TO" DA DOS\ENVIO.DBF"
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform