P
Paul Moloney
I wanted to insert and subsequently update a logo in a document depending on
the value of a document property. I used the following:
{If {DocProperty "Product Name" = "Product1" }
"{AUTOTEXT Product1Logo }"
"{AUTOTEXT Product2Logo }"
}
However, this appears to insert the graphic the first time around,
but if the value of the ProductName doc property is changed, the
graphic is not updated.
I know that I could use a IncludeGraphic referenence, but I would
rather keep the document self-contained.
Does anyone know a solution?
Thanks,
P.
the value of a document property. I used the following:
{If {DocProperty "Product Name" = "Product1" }
"{AUTOTEXT Product1Logo }"
"{AUTOTEXT Product2Logo }"
}
However, this appears to insert the graphic the first time around,
but if the value of the ProductName doc property is changed, the
graphic is not updated.
I know that I could use a IncludeGraphic referenence, but I would
rather keep the document self-contained.
Does anyone know a solution?
Thanks,
P.