Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Getfile()
Message
From
19/09/2002 16:18:36
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:
00702465
Views:
20
>>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) ...
Thanks
Foxpro is a sweet puppy

'cept it barks every now and then =)
Previous
Reply
Map
View

Click here to load this message in the networking platform