Records Scroll With Mouse

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

When I open my form it automatically displays all my records. I normally
use the Navigation Buttons to advance to the next record. I noticed I can
also advance to the next record/s by rolling the wheel on my mouse,
regardless of what field the cursor is currently on - how can I lock out the
mouse wheel ? My concern is I may change records with realizing it and
update the wrong record.

Thanks
 
Thanks - But our office computers are locked down and I can't
add files - can I do this without loading your .DLL ?

Thanks
 
It's not "my" DLL -- Stephen Lebans is the author of this feature. And you
do not need to register or load his DLL file on your PC... simply put a copy
of it in the same folder where your front end file is located, add the
programming code to the application (see Stephen's example database file for
the code), and you're all set.
 
Thanks for your time...

Ken Snell (MVP) said:
It's not "my" DLL -- Stephen Lebans is the author of this feature. And you
do not need to register or load his DLL file on your PC... simply put a copy
of it in the same folder where your front end file is located, add the
programming code to the application (see Stephen's example database file for
the code), and you're all set.
 
Back
Top