M
Matthew Hanley
I have a simple text box that might not always be big enough to display all
of it's data. What I'd like to do is use the ControlTip text to display all
the data in the text box. This isn't hard to do by using the Mouse move
event to set the ControlTip text to the desired value, but there's a catch.
I'm viewing my data in a continuous form so the ContolTip text is set to the
value of my control in the current record and not the one the cursor is over.
Is there anyway to get data out of the "actual" contorol my mouse is over?
Even if I have to set the current record to the record the mouse is over is
alright.
of it's data. What I'd like to do is use the ControlTip text to display all
the data in the text box. This isn't hard to do by using the Mouse move
event to set the ControlTip text to the desired value, but there's a catch.
I'm viewing my data in a continuous form so the ContolTip text is set to the
value of my control in the current record and not the one the cursor is over.
Is there anyway to get data out of the "actual" contorol my mouse is over?
Even if I have to set the current record to the record the mouse is over is
alright.