Prevent Mouse Wheel from scrolling through records

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

Guest

Even when the cycle property is set to current record, the mouse wheel allows
the user to scroll to previous/next record(s) on a form.

How do I prevent this, limiting the user to the current record. I would
prefer not to use a filter if possible.
 
OK, but I will be rolling this out to other users. I don't particularly want
to have to copy .dll files to their machines unless I have to. Is there any
way of capturing the response to the mousewheel without installing .dll files?
 
I don't believe so.

Given that the DLL does not have to be registered, and given that it can be
placed in the same folder as the MDB file, I don't see what issue there can
be. You are rolling out a copy of the front-end application to each user
already, aren't you?
 
I had a similar situation and selected "YES" for Data entry in the Form
"Data" properties. so when you bring up the form you'll only see one record
(in the record selector) even though there are many.

Good Luck!

Devon Vinson
 
Back
Top