#1   Report Post  
Posted to microsoft.public.word.docmanagement
Hookette Hookette is offline
external usenet poster
 
Posts: 2
Default Hover overs

Is there any way to create a hoverover for a form field? I have a form and I
would like it to give you hints on what to enter when you put your mouse over
the field.

Thanks.
  #2   Report Post  
Posted to microsoft.public.word.docmanagement
Graham Mayor Graham Mayor is offline
external usenet poster
 
Posts: 19,312
Default Hover overs

No! Form fields provide three forms of help.
1. Help text that is printed in the status bar
2. Help text thatresponds to the F1 key
3. Help text that is activated by a macro either automatic or run on entry
to a form field
or a combination of all three.
For the first two check the field properties
For the last you could use code such as

Sub AutoNew()
Dim sMsg As String
Dim sVer As Integer
sMsg = "Refer to status line at bottom of screen for field entry details" _
& vbCr & "Use the tab key to move between fields"
sVer = Application.version
If sVer 12 Then
Assistant.On = True
Set Balloon = Assistant.NewBalloon
With Balloon
.Text = sMsg
.Button = msoButtonSetOK
.Animation = msoAnimationBeginSpeaking
.Show
End With
Else
MsgBox sMsg, vbInformation, "User Information"
End If
End Sub

http://www.gmayor.com/installing_macro.htm

in the form *template* to draw users attention to the help you wish to
provide. This does of course entail distributing the form as a template.
Issuing *documents* with macros creates a whole new set of problems
--

Graham Mayor - Word MVP

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



Hookette wrote:
Is there any way to create a hoverover for a form field? I have a
form and I would like it to give you hints on what to enter when you
put your mouse over the field.

Thanks.



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
How do I get rid of hover balloons in track changes? fungosquiggly Microsoft Word Help 4 January 10th 08 12:05 AM
work diaries for hospitality related information pass overs Shawn Microsoft Word Help 1 January 31st 07 06:03 AM
Left overs from Track Changes option???? Mike Johnson1 New Users 1 August 12th 06 03:14 AM
Show Metadata on Hover Steve Fusco Microsoft Word Help 0 May 4th 05 05:04 PM
Hover Lgrenya Microsoft Word Help 1 April 6th 05 11:21 PM


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