Reply
 
Thread Tools Display Modes
  #1   Report Post  
Posted to microsoft.public.word.docmanagement
tedshred tedshred is offline
external usenet poster
 
Posts: 1
Default Word2007 text form field

I've built a form with text fields.

The problem is when the user cliks on the field, the default text doesn't
disappear.

MS's guidance page (
http://office.microsoft.com/en-us/wo...307461033.aspx ) tells you to
check off "Remove content control when contents are edited check box. "

Guess what, it ain't there.....
Any suggestions? Ted
  #2   Report Post  
Posted to microsoft.public.word.docmanagement
Jay Freedman Jay Freedman is offline
external usenet poster
 
Posts: 9,854
Default Word2007 text form field

tedshred wrote:
I've built a form with text fields.

The problem is when the user cliks on the field, the default text
doesn't disappear.

MS's guidance page (
http://office.microsoft.com/en-us/wo...307461033.aspx ) tells
you to check off "Remove content control when contents are edited
check box. "

Guess what, it ain't there.....
Any suggestions? Ted


Are you using form fields in a protected form (from the Legacy Controls
gallery) or content controls? Content controls do have the check box you
mentioned; form fields don't.

If you are using content controls, then the check box doesn't do what you
want anyway. What it does is to remove the content control container,
leaving whatever text the user has typed into the control as plain text. The
default text doesn't disappear until the user starts editing, not just on
clicking in the control, regardless of the state of the check box.

If you're using protected form fields, well, that's just the way they've
always worked. If you tab into the field, the whole field content is
selected and is replaced as soon as you start to type. If you click into the
field, the selection is just the insertion point. To change that behavior,
you'll have to put the following macro in the form's template (see
http://www.gmayor.com/installing_macro.htm if needed), and make that the
entry macro of each field.

Sub EntrySelect()
Selection.Bookmarks(1).Range.Fields(1).Result.Sele ct
End Sub


--
Regards,
Jay Freedman
Microsoft Word MVP FAQ: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.


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
File Name Field With Text Form Field When Performing a Save As... Bilbert Microsoft Word Help 1 April 11th 07 08:50 PM
Copy portion of text form field , the field is in a table cell otilia Tables 6 January 27th 06 11:52 AM
auto add text from one form field to another form field in same do cineck Microsoft Word Help 1 January 17th 06 02:32 AM
Can I make a form field autopupulate with text from another field HCFRAdmin Tables 1 January 11th 06 07:30 PM
Autofill of Text Form Field based on another Text Form Field Brett Kinross Microsoft Word Help 3 November 24th 05 03:49 AM


All times are GMT +1. The time now is 05:57 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"