PC Review


Reply
Thread Tools Rate Thread

Tabbing thru unprotected section

 
 
Striker
Guest
Posts: n/a
 
      8th Sep 2006
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


 
Reply With Quote
 
 
 
 
Cindy M.
Guest
Posts: n/a
 
      11th Sep 2006
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 With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Formatting In Unprotected Section of Template Jeanne Microsoft Word Document Management 1 28th Jan 2010 07:43 PM
Is it possible to insert an image in an unprotected section in a f Hesther Microsoft Word Document Management 1 3rd Feb 2009 03:29 PM
Unprotected section =?Utf-8?B?RGF2aWQ=?= Microsoft Word Document Management 3 11th Jul 2006 08:21 AM
How do I insert a checkbox in an unprotected section in Word? =?Utf-8?B?RG9u?= Microsoft Word Document Management 13 19th Dec 2005 02:11 PM
Tabbing from 'Header' section to 1st field in 'Detail' section? =?Utf-8?B?UGF0IERvb2xz?= Microsoft Access Forms 3 29th Jan 2005 10:27 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 12:16 AM.