Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Port OLE object to Excel
Message
From
11/05/2000 15:39:07
 
 
To
11/05/2000 15:32:54
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00368702
Message ID:
00368761
Views:
14
Then your life just got a whole lot easier :-)

OK, what I said about using a binary memo instead of a general still applies:

From VFP:

USE mytable
LOCATE FOR .... && Go to the right record
COPY MEMO memofield TO c:\temp\test.vsd
oExcel=CREATEOBJECT("Excel.Application")
oSheet=oExcel.Workbooks.Add
oSheet.OLEObjects.Add("c:\temp\test.vxd")
------------------------------------------------
John Koziol, ex-MVP, ex-MS, ex-FoxTeam. Just call me "X"
"When the going gets weird, the weird turn pro" - Hunter Thompson (Gonzo) RIP 2/19/05
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform