View Single Post
  #1   Report Post  
2dogs
 
Posts: n/a
Default How to control image size using nested INCLUDEPICTURE field

I have a main document that uses 2 INCLUDEPICTURE fields. The code for the 2
fields looks like this:

Example 1: { INCLUDEPICTURE "Image1.WMF"..\* MERGEFORMAT }

Example 2: { IF { MERGEFIELD Qualified } = "yes" "{ INCLUDEPICTURE
"Image2.WMF"..\* MERGEFORMAT }" }

In the first example I can select the image, resize it, save the document,
reopen the document and the image will always be at the size I adjusted it
to. It will also be the correct size in the merged documents.

In the second example the INCLUDEPICTURE field is nested inside of an IF
field. When the IF field evalutes true the picture is included otherwise it
is not. In this example, if I resize the image and save the document, upon
reopening the document the picture always returns to its original size rather
than to the size that I set it at. Also, when I merge the document the
picture does not remain at the correct size but instead returns to its
original size in each of the merged documents.

How can I keep the image the correct size in the second example?

--
2dogs in Oregon USA