Image copy to clipboard

I have tried asking this twice already…

There is this old process that create a giant Word document from a database of Notes documents. The agent is rather simple as it opens each document, uses the SelectAll of NotesUIDocument and Copy as well and then pastes it into a Word document.

Very simple. But the only problem is that the inline image that is part of the document is not being copied to Word.

I can explicitly copy the image by right-clicking and choosing copy and then pasting in the Word document manually. But I would like this part of the process as there are about 1000 documents.

Does anyone have any ideas about how I can solve this problem.

Subject: image copy to clipboard

I’m doing just that but am having no problems with images. They’re going in just fine.Be cerain that the document is in read mode and not edit mode.

Set the form’s default and your NotesUIWorkspace.EditDocument(False,NotesDocument).

Collin

Subject: RE: image copy to clipboard

I already do ensure that the notesuidocument is only in read mode, i have that exact line of code before i selectall and copy it.

How are your images placed on the document? Are you using Notes 6.5? Does God really hate me?