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
In this script li_ris = -9.
How can I know the error value?
must I open one logon between olestorage and olecontrol?
Thanks in advance.
--
Bill Green[TeamSybase]
VP - Power3
http://www.power3.com
"michela" <michela@michela> wrote in message
news:ejTwe$WRDHA.186@forums-2-dub...