Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Convert form txt to dbf
Message
From
16/03/2005 07:36:27
Jon Neale
Bond International Software
Wootton Bassett, United Kingdom
 
 
To
16/03/2005 07:28:20
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 7
Database:
Visual FoxPro
Miscellaneous
Thread ID:
00996235
Message ID:
00996247
Views:
15
what table have you appended it into? Why not create the table with the specific name before the append?

so;

create table {tablename} &&checkout help on create table
select {tablename}
append from (thisform.text1.value) type delimited



>hi,
>ok, but i tray with text.file as
> append from (thisform.text1.value) type delimited
> brow
>my e.x
>
>123  moh
>321  ali
>11  nadia
>
>
>after append from {file} type delimited it works
>i see all of them as one field,
>can i give name as txt1.dbf directly
>
>>Need more info?
>>
>>If your importing data from a CSV or something similar you can use append from {file} type delimited.
>>
>>>hi all,
>>>i need help to convert txt. to
>>>thanks.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform