by Uli » Sat Feb 20, 2010 2:18 pm
Hi Larry,
just the manual way:
we have a abc.gif file.
Open WInWord and your document,
Position your cursor where you want to add the image.
Select: Insert => Image => from file => (path to abc.gif) (include file)
Now we change the contents of the abc.gif file
Position your cursor where you want to add the next image.
Select: Insert => Image => from file => (path to abc.gif) (include file)
At the end, you should see 2 different images in your WInWordfile.
After the positioning, we use the identical commands (so we con do this with a macro).
From Uniface, each occurence can be handled like:
Position in the document (if necessary)
Create the abc.gif file using "filedump"
Invoke the WinWord macro to include the abc.gif image to the document.
Success, Uli