Thanks Richard for your attention. I am attaching a couple of files. "nomina-mil1.csv" has the format that I want to get via VFP9, otherwise, RCC_15042010D.REP has the format I got with the COPY TO type CSV command.
Any help will be very wellcome. Angel Dario Rodriguez. ________________________________ De: Richard Kaye <[email protected]> Para: "[email protected]" <[email protected]> Enviado: jue,22 julio, 2010 07:20 Asunto: RE: Export to Excel (WAS: VFP9 - neet to work with large character fields) 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. --- StripMime Report -- processed MIME parts --- multipart/mixed multipart/alternative text/plain (text body -- kept) text/html application/vnd.ms-excel application/octet-stream --- _______________________________________________ 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/[email protected] ** 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.

