Template Section Protection

  • Thread starter Thread starter Bill
  • Start date Start date
B

Bill

I created a template that has both protected and
unprotected sections. I can move from a field in the
protected section to a field in the unprotected section,
by using the tab key. However, if I hit the tab key once
in the unprotected section it adds line instead of moving
to the next field, which is in another protected
section. How do I set the document up so I can move out
of the unprotected section back into the next protected
section?
 
Hi Bill,
I created a template that has both protected and
unprotected sections. I can move from a field in the
protected section to a field in the unprotected section,
by using the tab key. However, if I hit the tab key once
in the unprotected section it adds line instead of moving
to the next field, which is in another protected
section. How do I set the document up so I can move out
of the unprotected section back into the next protected
section?
This would require a macro (to do the moving) and you'd also
need to dynmically remap the TAB key to use this macro or
its default behavior, depending on where the focus is in the
document.

For an example on remapping a key in a user form, see this
KB article

WD: How to Code ENTER Key to Move to Next Field in Form
[Q211219]
http://support.microsoft.com?kbid=211219

Cindy Meister
INTER-Solutions, Switzerland
http://homepage.swissonline.ch/cindymeister (last update Sep
30 2003)
http://www.word.mvps.org

This reply is posted in the Newsgroup; please post any
follow question or reply in the newsgroup and not by e-mail
:-)
 
Back
Top