Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Getfile()
Message
 
 
À
19/09/2002 16:07:01
Randy Hooper
Ranco Business Software
Tampa, Floride, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00702453
Message ID:
00702460
Vues:
14
>What I'm wanting to do is, use the append from command base on the *.txt file the user has selected. I have been trying this from the command window by doing x = getfile("TEXT:TXT") opens up the dialog box and I'm selecting the file. I'm saying append from x delimited, x returns the full path for the file with the file name, error message tells me x does not exist.
>
>I need to append records from a text file, Thanks for your help.

Use name expression. Otherwise x is treated as a file name not a variable.
APPEND FROM (x) ...
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform