1
1960JCAP
I have this custom property in my document:
custom --> "c:\\logo.jpg"
and I have this command before merge:
{INCLUDEPICTURE "{DOCPROPERTY custom}" \d \* MERGERFORMAT}
After merge I have in the new document:
{INCLUDEPICTURE "c:\\logo.jpg" \d \* MERGERFORMAT}
But, I need keep the original command after merge because the "custom"
property is variable. I want merge the MERGEFIELD field of a source data but
no the DOCPROPERTY field.
Is possible? Any idea? Very thanks for help.
custom --> "c:\\logo.jpg"
and I have this command before merge:
{INCLUDEPICTURE "{DOCPROPERTY custom}" \d \* MERGERFORMAT}
After merge I have in the new document:
{INCLUDEPICTURE "c:\\logo.jpg" \d \* MERGERFORMAT}
But, I need keep the original command after merge because the "custom"
property is variable. I want merge the MERGEFIELD field of a source data but
no the DOCPROPERTY field.
Is possible? Any idea? Very thanks for help.