Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

SaveAs method of OLEControl

30 views
Skip to first unread message

michela

unread,
Jul 9, 2003, 6:20:14 AM7/9/03
to
Hi to all!
I have a questione that you, probably, can help me to resolve.
I want to copy the blob in ole_1.objectdata into a olestorage variable.
I use "ole_1.SaveAs" method, but it gives me an errore (-9).


My code is:

OLEStorage olestore
OLEStream olestr

olestore = create olestorage
olestr = create olestream
li_ris = ole_1.SaveAs(olestore,"file_a") //len of ole_1.objectdata = 13424
if li_ris <> 0 then
messagebox("","Error: " + string(li_ris))
return
else
\\.........
end if

Someone can help me, please?
Thanks in advance,
Michela


Bill Green[TeamSybase]

unread,
Jul 12, 2003, 2:54:45 PM7/12/03
to
Please do not repost your message in a new thread.

--
Bill Green[TeamSybase]
VP - Power3
http://www.power3.com


"michela" <michela@michela> wrote in message
news:uFb5#UgRDHA.81@forums-2-dub...

0 new messages