473,406 Members | 2,867 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,406 software developers and data experts.

controltip text not working :-(

I tried to put some text into the controltip text of the properties of
a command button. I tested it out and nothing happened. I have the
status bar text, but I want the text tip that hovers when I mouse over.

I looked all over and found stuff on putting it in code. Not what I
wanted, because I thought you could just put it in the controltip text
property. I tried it out anyway and that doesn't do anything either.

I put this code on a combo, tested it out and the combo flickered a
little. That was it. Can anyone please help?

Thanks.

Code:
Private Sub cmdFind_MouseMove(Button As Integer, Shift As Integer, X As
Single, Y As Single)
On Error GoTo Err_cmdFind_MouseMove

Me.cmdFind.ControlTipText = "Find a Candidate Record"

Exit_cmdFind_MouseMove:
Exit Sub

Err_cmdFind_MouseMove:
MsgBox Err.Description
Resume Exit_cmdFind_MouseMove
End Sub

Nov 13 '05 #1
7 9303
Rog
Control tip text may not display if you have an object in front of your
button (e.g. a rectangle). Could that be the case?

Nov 13 '05 #2
The control tip text is what displays automatically when you move the mouse
over a control. You should not have to handle the Mouse Move event, and set
the control tip property there, just set it in design mode, and forget it. It
may in fact be that trying to change the control tip while the mouse is over
the control is the problem.

Also, control tips don't seem to work in subforms in Access 2002.

On 26 Jan 2005 08:18:49 -0800, "misscrf" <mi*****@yahoo.com> wrote:
I tried to put some text into the controltip text of the properties of
a command button. I tested it out and nothing happened. I have the
status bar text, but I want the text tip that hovers when I mouse over.

I looked all over and found stuff on putting it in code. Not what I
wanted, because I thought you could just put it in the controltip text
property. I tried it out anyway and that doesn't do anything either.

I put this code on a combo, tested it out and the combo flickered a
little. That was it. Can anyone please help?

Thanks.

Code:
Private Sub cmdFind_MouseMove(Button As Integer, Shift As Integer, X As
Single, Y As Single)
On Error GoTo Err_cmdFind_MouseMove

Me.cmdFind.ControlTipText = "Find a Candidate Record"

Exit_cmdFind_MouseMove:
Exit Sub

Err_cmdFind_MouseMove:
MsgBox Err.Description
Resume Exit_cmdFind_MouseMove
End Sub


Nov 13 '05 #3
Not that I see. I have this in place ( the controltip text in the
properties) for 4 different combo boxes...

misscrf

It is never too late to become what you could have been ~ George Eliot

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Nov 13 '05 #4

ps that not that I see is for the rectangles. Anyway, these are on the
main form. I took out the code, so that isnt stopping the control text.
I don't understand why it doesn't work. Is there something special that
you have to do to make controltip text appear?
lol
Thanks.
misscrf

It is never too late to become what you could have been ~ George Eliot

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Nov 13 '05 #5
Steve Jorgensen wrote:
The control tip text is what displays automatically when you move the mouse
over a control. You should not have to handle the Mouse Move event, and set
the control tip property there, just set it in design mode, and forget it. It
may in fact be that trying to change the control tip while the mouse is over
the control is the problem.

Also, control tips don't seem to work in subforms in Access 2002.


A97 and WinXP. I may have tool tips when I first enter the app but
after a bit they simply are ignored.
Nov 13 '05 #6
On Wed, 26 Jan 2005 18:49:41 GMT, Salad <oi*@vinegar.com> wrote:
Steve Jorgensen wrote:
The control tip text is what displays automatically when you move the mouse
over a control. You should not have to handle the Mouse Move event, and set
the control tip property there, just set it in design mode, and forget it. It
may in fact be that trying to change the control tip while the mouse is over
the control is the problem.

Also, control tips don't seem to work in subforms in Access 2002.


A97 and WinXP. I may have tool tips when I first enter the app but
after a bit they simply are ignored.


Come to think of it, I have seen that in A97 and WXP. I forgot that's why I
stopped trying to use control tips in the A97 app I just finished.
Nov 13 '05 #7
yeah, that seems to be the problem. I don't have them in the subform,
and I took the event code out. I had tried that after the design
property setting wasn't working, as a way to work around it.

I even went to tool options, and changed the default to 2002 instead of
2000. then I converted the db to 2002. The 2000 and the 2002 seem to
be ignoring the tip text, so I will have to give up. I have other
issues that I need to address now. Thanks for trying to help!
misscrf

It is never too late to become what you could have been ~ George Eliot

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Nov 13 '05 #8

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Wayne Aprato | last post by:
The controltip text has disappeared in all of my databases in Access 2003 (Access 2000 format). The same controltips show fine when running under Access 2000 on my laptop. Maybe I've missed it,...
2
by: Rob | last post by:
THis is probably an easy one. I want to change the tool tip text in a continuous form for a visible field based on info in a hidden field on the same record. It is easy to put the change in the...
4
by: DeanL | last post by:
Hi everyone, Does anyone know of a way in MS Access to have the ControlTip Text that can be set with a message to pop up with the date/time that the field on the form was last updated along with...
0
by: Ron | last post by:
Hi All, If utilized as a sub-form, the ControlTip Texts of all the labels (you know...you can hover the mouse over either the control itself, or the label for that control) flickers like crazy. ...
4
by: Neil | last post by:
I just noticed that control tips aren't working in any of my databases. I recently installed Access 2003, and created a database in it, and noticed that control tips weren't working in my controls....
2
by: DentRouge | last post by:
I've developed an Access interface for a non-profit. I just discovered that the controltip text feature does not work on precisely one of their machines on the network. I've seen that another...
0
by: Tom | last post by:
All: I've inherited a DB with many forms and have been asked to make use of the ControlTips feature to improve the user interface. For ease of updating, I'd like to maintain the ControlTip text...
2
by: woodglass | last post by:
Is it somehow possible to increase the font size of the ControlTip text in Access 97 ?. TIA, woodglass...
2
by: Jshe | last post by:
Is there a way to speed up the time it takes for a controltip text message to appear on a textbox in my forms? Ideally I would like the controltip message to appear instantaneously when the cursor is...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.