Reply
 
Thread Tools Display Modes
  #1   Report Post  
Posted to microsoft.public.word.newusers
Striker Striker is offline
external usenet poster
 
Posts: 8
Default Tabbing thru unprotected section

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   Report Post  
Posted to microsoft.public.word.newusers
Cindy M. Cindy M. is offline
external usenet poster
 
Posts: 2,416
Default Tabbing thru unprotected section

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

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Section 1 should not take section 2 format when section 2 deleted SidewinderQc Page Layout 1 July 25th 06 08:39 AM
How do I insert a checkbox in an unprotected section in Word? Don Microsoft Word Help 13 December 19th 05 01:11 PM
Sort a table in an unprotected section of a protected document Jenny E Tables 4 July 22nd 05 03:26 PM
Shading tables in unprotected section of a protected form ErinBell29 Microsoft Word Help 1 June 8th 05 01:15 PM
Unchecking 'different first page' in header removes graphic from first page Denise Page Layout 4 November 26th 04 11:36 AM


All times are GMT +1. The time now is 07:59 PM.

Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 Microsoft Office Word Forum - WordBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Word"