You don't indicate what kind of problem you're having. COPY TO ... TYPE CSV should work fine. Having said that, you can use:
COPY TO myspreadsheet.xls TYPE XLS|XL5|XL8 I typically stick to XLS with no problems. Keep in mind that this does not support memo fields. If your source table has memo fields, you'll need to roll your own file creation or use automation. rk -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Angel Dario Rodriguez Sent: Thursday, July 22, 2010 12:06 AM To: [email protected] Subject: Re: VFP9 - neet to work with large character fields Hi pals. I want to copy a DBF file to a CSV file, but that behaves such a excel file. I coded a line with the copy command type CSV, but the resulting file was not with the excel style one. Can anybody helpme? _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/df1eef11e586a64fb54a97f22a8bd04418fd44f...@ackbwddqh1.artfact.local ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

