Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Appending from files where the file or path contains spa
Message
 
 
À
28/11/2006 12:36:38
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01172990
Message ID:
01172993
Vues:
16
This message has been marked as the solution to the initial question of the thread.
>I am having problems when a user tries to import a text file from certain locations. If the path or the file name contains a space an error 36 "Command Contains Unrecognized phrase/keyword" occurs. How can I avoid this message?
>
>
>gcTable = GETFILE('', 'Import File', 'Import', 0,'Import Account Reconcilement Data')
>
>IF FILE(gcTable)
>   append from &gcTable delimited
>ENDIF
>
You created the problem yourself by using macro substituion where it's not necessary.
append from (gcTable) delimited
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform