Using the scroll wheel on mouse

  • Thread starter Thread starter Rick Bergeron
  • Start date Start date
R

Rick Bergeron

I have a fairly long form with a horizontal scroll bar in the form. When I
use the scroll wheel on the mouse to attempt to scroll down the form, it
advances records instead of scrolling down the form.

Is there any setting somewhere or coding which would change the effect of
using the mouse scroll wheel to scroll down the form instead of scrolling
through records?

Thank you in advance,

-rick
 
No. Mouse scroll wheel only moves from one record to another. You'll need to
disable the scroll wheel to prevent its use. See www.lebans.com
(MouseWheelHook.zip) for an excellent way to do this.
 
Back
Top