Quote:
Originally Posted by data808
I have a word document that is protected and is set on "No changes (Read only)" and so this causes the cursor to be in the top left of the document when I open the file. Is there a way to make it so that the cursor's focus is on a specific date picker in the document?
|
That behaviour is by design. indeed, all Word documents open that way. The only available workaround would be to use a macro to select another range upon the document being opened.
Quote:
Originally Posted by data808
I locked the structure of this document except for the date pickers, content control text boxes (plain text), etc... I had to do this because of content control checkboxes weren't very smooth when tabbing through the fillable areas of the document. I also tried legacy checkboxes with not much luck either so this No Changes (Read Only) has been working fine.
|
Please note that formfields and content controls should not be used in the same document. They weren't designed to be used that way and trying to do so is a known source of problems - especially when checkboxes are involved.