B
Brendan
I have a two page template in which the first page contains nothing but
tables and the second and every page there after contains a repeating header
and footer (but not shown on the first page). I have the concept of document
protection and have created a bookmark called bmDocNarrative and inserted it
on Page 2 where I want the user to start typing.
When the template is opened into a document, it is protected and the user
fills in the fields based on Form Fields. When the user tabs out of the last
form field on Page 1, there is an on exit macro which unprotects the document
and goes to the said bookmark so the user can start typing the narrative.
My question is if the user arrows or mouse clicks their way back to page
one, all of the tables are now “unlocked†because the document is
unprotected. What would some simple code be to force the document back into
protection mode while Page 1 is active and to unlock it if the user tries to
click back into the text (or page 2 or any other page than page 1)? Or am I
making this too complicated?
tables and the second and every page there after contains a repeating header
and footer (but not shown on the first page). I have the concept of document
protection and have created a bookmark called bmDocNarrative and inserted it
on Page 2 where I want the user to start typing.
When the template is opened into a document, it is protected and the user
fills in the fields based on Form Fields. When the user tabs out of the last
form field on Page 1, there is an on exit macro which unprotects the document
and goes to the said bookmark so the user can start typing the narrative.
My question is if the user arrows or mouse clicks their way back to page
one, all of the tables are now “unlocked†because the document is
unprotected. What would some simple code be to force the document back into
protection mode while Page 1 is active and to unlock it if the user tries to
click back into the text (or page 2 or any other page than page 1)? Or am I
making this too complicated?