Control Tip Text won't display

J

Jeff Stroope

'I have five command buttons on a form. Except for the names, captions and
control tip text properties, all the properties for these buttons are set
identical. Three of the buttons display the control tip when the mouse
pointer hovers over them and two of the buttons won't. Does anyone know why
this could be?

Thanks,

Jeff.
 
B

Bruce M. Thompson

Jeff Stroope said:
'I have five command buttons on a form. Except for the names, captions and
control tip text properties, all the properties for these buttons are set
identical. Three of the buttons display the control tip when the mouse
pointer hovers over them and two of the buttons won't. Does anyone know why
this could be?

Try selecting the problem buttons and then from the menu, select "Format, Bring
To Front" and see if that makes any difference. Don't know why this sometimes
works, but it does.
 
J

Jeff Stroope

It worked! Thanks Bruce.

Bruce M. Thompson said:
Try selecting the problem buttons and then from the menu, select "Format, Bring
To Front" and see if that makes any difference. Don't know why this sometimes
works, but it does.
 
K

KumbiaKid

Worked for me too! Same problem. The only difference I found between the
buttons where the Control Tip Text worked and where it didn't was that the
buttons which had an OnClick event procedure that called a form didn't work,
but the ones that called a query did. Never mind, bringing them to the front
fixed it. Thanks Bruce!
KumbiaKid
 
L

Linq Adams via AccessMonster.com

Control Tips (aka "Tool Tips") have always been quirky, sometimes working,
sometimes not. In forms where I consider this to be important, I include a
textbox at the bottom of the form and display pertinent information on each
control in red text. This always works, and it gives you more room to display
the help. Also, users that don't need the help aren't aggravated by it
constantly popping up on the screen.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top