Highlight with mousemove

H

hello2lu

Hi all!

I would like to hightlight (bookmark?) the current row of a form detail when the mouse move on it. (mousemove event?)

Thanks for all

Hello2lu
 
W

Wayne Morgan

You appear to be speaking about a form in continuous form view. The problem
is that the row with the mouse over it is not necessarily the "current row".
Stephen Lebans has an example where he gets the value from a control as the
mouse moves over it with the form in continuous view, you may be able to
modify it to let you highlight instead, but I haven't tried.

http://www.lebans.com/conformscurcontrol.htm
 
H

hello2lu

Thanks for all, this solution work fine.

Wayne Morgan said:
You appear to be speaking about a form in continuous form view. The problem
is that the row with the mouse over it is not necessarily the "current row".
Stephen Lebans has an example where he gets the value from a control as the
mouse moves over it with the form in continuous view, you may be able to
modify it to let you highlight instead, but I haven't tried.

http://www.lebans.com/conformscurcontrol.htm
 
Top