Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Append From ?
Message
 
To
08/11/2005 10:36:12
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Title:
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP1
Network:
Windows NT
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01066440
Message ID:
01066444
Views:
18
>when i do this in the command windows :
>
>Append From ? Type Csv
>
>
>How can i get the name of the csv file to be appended ?
>
>Gracias,

You can't.
lcCSVFile = GetFile("CSV")
IF NOT EMPTY(lcCSVFile)
   Append From (lcCSVFile)  Type CSV
...
ENDIF
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Reply
Map
View

Click here to load this message in the networking platform