Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Export MEMO field to excel
Message
 
To
27/03/2002 13:37:35
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00638002
Message ID:
00638302
Views:
21
Hi, Peter!

Memo fields are ignored in any way of exporting from VFP to outside except exporting into XML or into DBF.

IMO the only way is to convert the memo fields contents into a character field - but this is limited to 254 bytes.

An other idea is to connect to excel using
CREATEOBJECT( "excel.application" )
and to deal with OLE automation to pump the data into Excel and to save it as an XLS within Excel!
SeBaFlu
Previous
Reply
Map
View

Click here to load this message in the networking platform