H
happysad
I am trying to do the following for a client:
A template for a letter has a locked (grouped, but not protected) section on
the first page containing content controls for name, address and date.
On the following pages there is a header with REF fields referencing
bookmarks around the content controls on the first page. This works fine for
copying the data to the header.
Now I want a default date in the date control on the first page, so I add a
CREATEDDATE field inside the control. This gets filled in automatically when
the document is generated, and the user can change the date if he wants -
that much works.
BUT - the REF field in the header does not pick up the automatically
generated date. Only after the user changes the date, does the REF field get
the correct value.
Works:
CREATEDATE with bookmark and referenced by REF
Bookmark and content control and referenced by REF
Does not work:
CREATEDATE with bookmark and content control and referenced by REF
Can it be solved? I have a macro that runs at startup, but I don't believe I
can use macros for this problem.
A template for a letter has a locked (grouped, but not protected) section on
the first page containing content controls for name, address and date.
On the following pages there is a header with REF fields referencing
bookmarks around the content controls on the first page. This works fine for
copying the data to the header.
Now I want a default date in the date control on the first page, so I add a
CREATEDDATE field inside the control. This gets filled in automatically when
the document is generated, and the user can change the date if he wants -
that much works.
BUT - the REF field in the header does not pick up the automatically
generated date. Only after the user changes the date, does the REF field get
the correct value.
Works:
CREATEDATE with bookmark and referenced by REF
Bookmark and content control and referenced by REF
Does not work:
CREATEDATE with bookmark and content control and referenced by REF
Can it be solved? I have a macro that runs at startup, but I don't believe I
can use macros for this problem.