mouse scroll wheel

R

Ron

I have disabled all navigation bars on a particular form
so users can not go backwards into already entered
records. However, I have noticed that if I use the
scroll wheel on my mouse it will scroll the past
records. Is there any way to disable this. I can't find
a reference in the properties pages of the form. TIA
 
R

Rick Brandt

Ron said:
I have disabled all navigation bars on a particular form
so users can not go backwards into already entered
records. However, I have noticed that if I use the
scroll wheel on my mouse it will scroll the past
records. Is there any way to disable this. I can't find
a reference in the properties pages of the form. TIA

There are a few different methods. I use Stephen Lebans Mousehook.dll
solution. If you do a Google search it's easy to find.

BTW, did you also trap the PageUp and PageDown keys? Disable the ability
to change, or remove filters? Disable the "Edit - Go to Record..." menu
item? There are lots of ways the user can initiate record navigation. The
only way to be sure is to make the RecordSet of the form return only one
single record at a time. Then there really is "no place else to go".
 
R

Roger

Sorry that this is unrelated to your question, but you may have an answer for me.

You said you disabled the navigation bars so that the user cannot go back to previous records. Do you know how to activiate the new record button? I have a form, and the navigation buttons are present on the bottom, but the buttons don't work.

Thanks for any help.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top