Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Getfile()
Message
 
 
To
19/09/2002 16:07:01
Randy Hooper
Ranco Business Software
Tampa, Florida, United States
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00702453
Message ID:
00702460
Views:
13
>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--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform