Hello,
A difficult one: we have the 'screen' object with which you can do a bunch of things based on the 'activecontrol', 'activeform', aso ...
If you hover over a field, button, any control, it doesn't become active.
How to retrieve the name or content of the hovered control, in order to make something happen when you hover over the control?
In my case, I wrote a small public function which fills in a label, with extra info needed when I hover the control (on mouse over event)
But a lot of other things can happen if I only could retrieve the control I hover.
Any one?
Access 2015 Win10 64
A difficult one: we have the 'screen' object with which you can do a bunch of things based on the 'activecontrol', 'activeform', aso ...
If you hover over a field, button, any control, it doesn't become active.
How to retrieve the name or content of the hovered control, in order to make something happen when you hover over the control?
In my case, I wrote a small public function which fills in a label, with extra info needed when I hover the control (on mouse over event)
But a lot of other things can happen if I only could retrieve the control I hover.
Any one?
Access 2015 Win10 64