Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Exporting Embedded Objects

Status
Not open for further replies.

lh100

Programmer
Aug 22, 2002
3
0
0
US
I'm trying to use a script to export embedded objects. The log file is showing the following error:

OleLoad failed (OLE23133.OLE)


The code is a bit complicated before to get to the essential, so basically I open a notes document, get the richtext field, get the object from it and then activate it using this line:

Set App = Obj.Activate(False)

And this is where I get the error.

Does anyone have any experience with exporting embedded objects?
 
Have you tried using the NotesStream class ?
It's the only way to reliably extract files from a Rich Text field in a scheduled agent, so I'd imagine that this would apply to your case as well.

Pascal.


I've got nothing to hide, and I'd very much like to keep that away from prying eyes.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top