The trouble is that the merge process tries to resolve as many fields as
possible, with a few exceptions. No way is provided to say "don't resolve
this field type". So the only suggestions I can make are:
a. use VBA to re-insert the appropriate DOCPROPERTY field where necessary
b. put your { DOCPROPERTY } field in a separate document (probably just for
use with this particular mailmerge main document) and use soemthing like
{ INCLUDEPICTURE "{ INCLUDETEXT docpropfield.doc }" \d }
You may need to select the field in docpropfield.doc and create a bookmark,
e.g. called bodytext, then use
{ INCLUDEPICTURE "{ INCLUDETEXT docpropfield.doc bodytext }" \d }
to avoid inserting the included document's end-of-document marker.
Peter Jamieson
>I have this custom property in my document:
> custom --> "c:\\logo.jpg"
[quoted text clipped - 11 lines]
>
> Is possible? Any idea? Very thanks for help.