T
TC
Frank Dulk said:In a continuous form,
would like to obtain the position of the registration in that the mouse is
passing...
how do I make that?
I tried to use the property CurrentRecord, but it only works for where the
cursor is and not the mouse...
You use the MouseMove event to see where the cursor is, then translate the
Y-coordinate to a record number, using a knowledge of the (fixed) height of
each record slot.
What are you actually trying to do?
HTH,
TC