Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Export text with field name
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00901618
Message ID:
00901691
Views:
16
This message has been marked as the solution to the initial question of the thread.
>Hi all,
>
>Does anybody now, how can I convert a dbf to text and have the field names in the first row.
>
>Thank you,
>Ali

The technique I use is:
SET HEADINGS ON
LIST OF FIELDS Field1, Field2, Field3 TO FILE MyFile NOCONSOLE
SET HEADINGS OFF
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform