Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Import csv file
Message
From
13/09/2006 11:00:26
 
 
To
13/09/2006 10:17:00
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Title:
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01153299
Message ID:
01153345
Views:
19
hi,
thank you for reply help and code,

i think i can do that as excel...,

but via this code i need to know every field to create the cursor,

i think it is better to save it as excel and i can make import next...

thanks alot.

m.qasem
>>hi all,
>>
>>any idea,help
>>i try to import file.csv as under
>>
>>*IMPORT FROM (thisform.text2.value) TYPE XLS
>>IMPORT FROM (thisform.text2.value) TYPE csv&&syntax error
>>
>>
>>thanks
>
>You can not import from a CSV file, because it does not contain information about field names. SO you must first create a cursor/table, and APPEND into it.
>
>*IMPORT FROM (thisform.text2.value) TYPE XLS
>create cursor ... && Fill in the code to create the correct structure
>lcFile=thisform.text2.value
>APPEND FROM (lcFile) CSV>
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform