#1   Report Post  
Posted to microsoft.public.word.docmanagement
LindaC LindaC is offline
external usenet poster
 
Posts: 22
Default Adding a Tip in Word

I have a locked template that is in tables. As a user scrolls over a drop
down field I want a tip added when there mouse goes over this field such as
"Select an expense from the following" . Is this possible? I inserted a
comment but didn't want anything that permanent as it takes away the overall
look. Tried searching on help in Word for adding a tip or instruction but
couldn't find anything. Thanks for any help given.
  #2   Report Post  
Posted to microsoft.public.word.docmanagement
Jay Freedman Jay Freedman is offline
external usenet poster
 
Posts: 9,854
Default Adding a Tip in Word

Word doesn't offer mouseover tooltips like that in form fields.

In Word 2003 and earlier, you can enter "status bar" help -- text (or
an AutoText entry) that appears on the status bar when the field is
selected; or you can supply help text that will be displayed in a
popup when the user presses F1 while the field is selected. Both of
these are entered by clicking the Add Help Text button in the field
properties dialog.

In Word 2007, although you can enter status bar help, it won't appear
because the status bar is locked into showing document data. The F1
help still works.

In text form fields, you can enter your instructions as the default
text. If you're using dropdown form fields, you could use the first
list item for the instructions.

--
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.


On Thu, 29 Apr 2010 12:46:01 -0700, LindaC
wrote:

I have a locked template that is in tables. As a user scrolls over a drop
down field I want a tip added when there mouse goes over this field such as
"Select an expense from the following" . Is this possible? I inserted a
comment but didn't want anything that permanent as it takes away the overall
look. Tried searching on help in Word for adding a tip or instruction but
couldn't find anything. Thanks for any help given.

  #3   Report Post  
Posted to microsoft.public.word.docmanagement
Jay Freedman Jay Freedman is offline
external usenet poster
 
Posts: 9,854
Default Adding a Tip in Word

Word doesn't offer mouseover tooltips like that in form fields.

In Word 2003 and earlier, you can enter "status bar" help -- text (or
an AutoText entry) that appears on the status bar when the field is
selected; or you can supply help text that will be displayed in a
popup when the user presses F1 while the field is selected. Both of
these are entered by clicking the Add Help Text button in the field
properties dialog.

In Word 2007, although you can enter status bar help, it won't appear
because the status bar is locked into showing document data. The F1
help still works.

In text form fields, you can enter your instructions as the default
text. If you're using dropdown form fields, you could use the first
list item for the instructions.

--
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.


On Thu, 29 Apr 2010 12:46:01 -0700, LindaC
wrote:

I have a locked template that is in tables. As a user scrolls over a drop
down field I want a tip added when there mouse goes over this field such as
"Select an expense from the following" . Is this possible? I inserted a
comment but didn't want anything that permanent as it takes away the overall
look. Tried searching on help in Word for adding a tip or instruction but
couldn't find anything. Thanks for any help given.

  #4   Report Post  
Posted to microsoft.public.word.docmanagement
Graham Mayor Graham Mayor is offline
external usenet poster
 
Posts: 19,312
Default Adding a Tip in Word

Word 2007 does show the help text in the status bar? If there is help text
associated with the field it replaces the document information on entry to
the field.

If creating a template you can draw attention to the status bar help by
using an autonew macro in the template eg

Sub AutoNew()
MsgBox "Please refer to the Word status bar for instructions"
End Sub


--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org



"Jay Freedman" wrote in message
...
Word doesn't offer mouseover tooltips like that in form fields.

In Word 2003 and earlier, you can enter "status bar" help -- text (or
an AutoText entry) that appears on the status bar when the field is
selected; or you can supply help text that will be displayed in a
popup when the user presses F1 while the field is selected. Both of
these are entered by clicking the Add Help Text button in the field
properties dialog.

In Word 2007, although you can enter status bar help, it won't appear
because the status bar is locked into showing document data. The F1
help still works.

In text form fields, you can enter your instructions as the default
text. If you're using dropdown form fields, you could use the first
list item for the instructions.

--
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.


On Thu, 29 Apr 2010 12:46:01 -0700, LindaC
wrote:

I have a locked template that is in tables. As a user scrolls over a drop
down field I want a tip added when there mouse goes over this field such
as
"Select an expense from the following" . Is this possible? I inserted a
comment but didn't want anything that permanent as it takes away the
overall
look. Tried searching on help in Word for adding a tip or instruction but
couldn't find anything. Thanks for any help given.



  #5   Report Post  
Posted to microsoft.public.word.docmanagement
Graham Mayor Graham Mayor is offline
external usenet poster
 
Posts: 19,312
Default Adding a Tip in Word

Word 2007 does show the help text in the status bar? If there is help text
associated with the field it replaces the document information on entry to
the field.

If creating a template you can draw attention to the status bar help by
using an autonew macro in the template eg

Sub AutoNew()
MsgBox "Please refer to the Word status bar for instructions"
End Sub


--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org



"Jay Freedman" wrote in message
...
Word doesn't offer mouseover tooltips like that in form fields.

In Word 2003 and earlier, you can enter "status bar" help -- text (or
an AutoText entry) that appears on the status bar when the field is
selected; or you can supply help text that will be displayed in a
popup when the user presses F1 while the field is selected. Both of
these are entered by clicking the Add Help Text button in the field
properties dialog.

In Word 2007, although you can enter status bar help, it won't appear
because the status bar is locked into showing document data. The F1
help still works.

In text form fields, you can enter your instructions as the default
text. If you're using dropdown form fields, you could use the first
list item for the instructions.

--
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.


On Thu, 29 Apr 2010 12:46:01 -0700, LindaC
wrote:

I have a locked template that is in tables. As a user scrolls over a drop
down field I want a tip added when there mouse goes over this field such
as
"Select an expense from the following" . Is this possible? I inserted a
comment but didn't want anything that permanent as it takes away the
overall
look. Tried searching on help in Word for adding a tip or instruction but
couldn't find anything. Thanks for any help given.





  #6   Report Post  
Posted to microsoft.public.word.docmanagement
Jay Freedman Jay Freedman is offline
external usenet poster
 
Posts: 9,854
Default Adding a Tip in Word

Thanks for the correction. I didn't see it when I tried before,
because I didn't "enter" the field from another field but just
protected the form. In Word 2003 that's enough to display the status
bar text.

On Fri, 30 Apr 2010 08:16:11 +0300, "Graham Mayor"
wrote:

Word 2007 does show the help text in the status bar? If there is help text
associated with the field it replaces the document information on entry to
the field.

If creating a template you can draw attention to the status bar help by
using an autonew macro in the template eg

Sub AutoNew()
MsgBox "Please refer to the Word status bar for instructions"
End Sub


--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org



"Jay Freedman" wrote in message
.. .
Word doesn't offer mouseover tooltips like that in form fields.

In Word 2003 and earlier, you can enter "status bar" help -- text (or
an AutoText entry) that appears on the status bar when the field is
selected; or you can supply help text that will be displayed in a
popup when the user presses F1 while the field is selected. Both of
these are entered by clicking the Add Help Text button in the field
properties dialog.

In Word 2007, although you can enter status bar help, it won't appear
because the status bar is locked into showing document data. The F1
help still works.

In text form fields, you can enter your instructions as the default
text. If you're using dropdown form fields, you could use the first
list item for the instructions.

--
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.


On Thu, 29 Apr 2010 12:46:01 -0700, LindaC
wrote:

I have a locked template that is in tables. As a user scrolls over a drop
down field I want a tip added when there mouse goes over this field such
as
"Select an expense from the following" . Is this possible? I inserted a
comment but didn't want anything that permanent as it takes away the
overall
look. Tried searching on help in Word for adding a tip or instruction but
couldn't find anything. Thanks for any help given.


  #7   Report Post  
Posted to microsoft.public.word.docmanagement
Jay Freedman Jay Freedman is offline
external usenet poster
 
Posts: 9,854
Default Adding a Tip in Word

Thanks for the correction. I didn't see it when I tried before,
because I didn't "enter" the field from another field but just
protected the form. In Word 2003 that's enough to display the status
bar text.

On Fri, 30 Apr 2010 08:16:11 +0300, "Graham Mayor"
wrote:

Word 2007 does show the help text in the status bar? If there is help text
associated with the field it replaces the document information on entry to
the field.

If creating a template you can draw attention to the status bar help by
using an autonew macro in the template eg

Sub AutoNew()
MsgBox "Please refer to the Word status bar for instructions"
End Sub


--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org



"Jay Freedman" wrote in message
.. .
Word doesn't offer mouseover tooltips like that in form fields.

In Word 2003 and earlier, you can enter "status bar" help -- text (or
an AutoText entry) that appears on the status bar when the field is
selected; or you can supply help text that will be displayed in a
popup when the user presses F1 while the field is selected. Both of
these are entered by clicking the Add Help Text button in the field
properties dialog.

In Word 2007, although you can enter status bar help, it won't appear
because the status bar is locked into showing document data. The F1
help still works.

In text form fields, you can enter your instructions as the default
text. If you're using dropdown form fields, you could use the first
list item for the instructions.

--
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.


On Thu, 29 Apr 2010 12:46:01 -0700, LindaC
wrote:

I have a locked template that is in tables. As a user scrolls over a drop
down field I want a tip added when there mouse goes over this field such
as
"Select an expense from the following" . Is this possible? I inserted a
comment but didn't want anything that permanent as it takes away the
overall
look. Tried searching on help in Word for adding a tip or instruction but
couldn't find anything. Thanks for any help given.


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
ADDING IN MS WORD Jesse[_2_] Tables 1 April 15th 09 06:29 PM
Adding a Signature in Word V.K. Melhado PA Microsoft Word Help 1 August 5th 07 05:05 PM
Word is adding pages Billybudinsf Microsoft Word Help 2 March 23rd 05 06:51 PM
adding a template in Word XP Carol Microsoft Word Help 1 December 23rd 04 08:29 PM
adding backgrounds in word Rich04msn Page Layout 1 December 7th 04 01:49 AM


All times are GMT +1. The time now is 07:45 AM.

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"