Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.word.newusers
|
|||
|
|||
![]()
I have created a form using a protected template that has an unprotected
section in the middle of it to allow for the insertion of a snapshot. Problem is the user can't tab out of this section to the next field. When the next field is clicked or double clicked, the entire field is not highlighted as it should be. So what I am doing is asking the user to click a field beyond the next one , then {Shift}{Tab} back to the correct one. I'm wondering if there is a better way to handle this problem? Anybody have any ideas? Thank You |
#2
![]()
Posted to microsoft.public.word.newusers
|
|||
|
|||
![]()
Hi Striker,
I have created a form using a protected template that has an unprotected section in the middle of it to allow for the insertion of a snapshot. Problem is the user can't tab out of this section to the next field. When the next field is clicked or double clicked, the entire field is not highlighted as it should be. So what I am doing is asking the user to click a field beyond the next one , then {Shift}{Tab} back to the correct one. I'm wondering if there is a better way to handle this problem? Anybody have any ideas? If a macro solution is acceptable/allowed you could assign a macro to an agreed-on keyboard shortcut. The macro would select a specific form field. Say, for example, the first field in the second section is named "MyText", then: Sub SelectMyTextField() ActiveDocument.Bookmarks("MyText" _ ).Range.Fields(1).Result.Select End Sub Cindy Meister INTER-Solutions, Switzerland http://homepage.swissonline.ch/cindymeister (last update Jun 17 2005) 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 :-) |
Reply |
Thread Tools | |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Section 1 should not take section 2 format when section 2 deleted | Page Layout | |||
How do I insert a checkbox in an unprotected section in Word? | Microsoft Word Help | |||
Sort a table in an unprotected section of a protected document | Tables | |||
Shading tables in unprotected section of a protected form | Microsoft Word Help | |||
Unchecking 'different first page' in header removes graphic from first page | Page Layout |