Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Trouble with Memo fields and Excel
Message
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Title:
Trouble with Memo fields and Excel
Miscellaneous
Thread ID:
00701328
Message ID:
00701328
Views:
53
Hi Friends!

I´m having a little trouble exporting data from a memo field to Excel. everything works fine with this code:
WITH .RANGE("B4")
	.VALUE = dgeneral.gpoliticos
	.HorizontalAlignment = xlLeft
	.WrapText = True
ENDWITH
But once the data are on cell, appear some square sign that means the intro keys. Something like this:
Hello
World,
what´s new? I think it´s a incredible
site to ask about VFP!
Is there a way to correct it?

Thanks in advance!
By two common phrases in his vocabulary, we know Hercule Poirot was a great Developer: his use of "the little grey cells" and "order and method".
Next
Reply
Map
View

Click here to load this message in the networking platform