![]() |
|
#1
|
|||
|
|||
![]()
Hello,
I have prepared a form, but it is not always clear the user, what is the purpose of the given field. Is there any way (maybe a special control) which can appear and may have some text, when a user approach the mouse to the field. How could this problem managed? Thanky ps. I couldn't find out, how to put a thread into "solved". Can anybody tell? |
#2
|
||||
|
||||
![]()
Hi hklein,
If you're using formfields, they have a help text property that can be used to display a message on the status bar when the formfield is selected.
__________________
Cheers, Paul Edstein [Fmr MS MVP - Word] |
#3
|
|||
|
|||
![]()
Hello,
thanks, but I guess, that textbox on a userform are not formfields, at least I didn't find this property. |
#4
|
||||
|
||||
![]()
Hi hklein,
Although you've posted in the Userforms group, your post referred to fields, so I wasn't sure whether you're using a userform or formfields. Since it seems you're using a userform, it's easy enough to use the 'Enter' event to display your help somewhere. For example: Code:
Private Sub TextBox1_Enter() StatusBar = "Hello" End Sub
__________________
Cheers, Paul Edstein [Fmr MS MVP - Word] |
#5
|
|||
|
|||
![]()
Many thanks !
(How can I find the way of putting a thread into "solved"? ) |
#6
|
||||
|
||||
![]()
See under 'Thread Tools'.
__________________
Cheers, Paul Edstein [Fmr MS MVP - Word] |
![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
![]() |
PosseJohn | Word VBA | 4 | 07-15-2011 09:44 PM |
![]() |
Keep on Ticking | Word | 1 | 06-23-2011 03:29 AM |
Form Fields Problem | shogan | Word | 1 | 05-18-2010 01:01 AM |
Form fields in Word messed up | mba | Word VBA | 0 | 02-07-2010 09:54 PM |
Form Fields | questions | Word | 0 | 04-27-2009 10:48 AM |