View Single Post
  #3   Report Post  
qqla qqla is offline
Junior Member
 
Posts: 3
Default

Dear Graham Mayor,
It is nice of you to give people your advice, but in this instance you should warn that this solution will not work (in word 2000 anyway, unless meantime someone found the fix for it).
The problem is that IncludePicture repeats the same picture after merge when it is used inside the IF construct. Non of the update method (F9 etc.) doesn't work. I'm trying to solve this problem on my own in tha last few days, but without much success.
Qqla.

Quote:
Originally Posted by Graham Mayor
I know nothing about OmniRush whatsoever, but if you are using a standard
merge document in Word, then you can use a conditional field in that
document eg

{IF {Mergefield fieldname} "" "{IncludePicture fieldname}"}

You'll need to adapt that to suit your data and images.

See also
http://www.gmayor.com/formatting_wor...tConditionally

--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org


Schorn wrote:
I am trying to conditionally include a picture in merged document. We
use OmniRush to merge data to Word files. In OmniRush variables are
listed in a text file. I have a variable that indicates the location
of logo (bmp). If this field is blank, I would like the Word document
not to include the picture box. Is this possible?