Wrox Home  
Search P2P Archive for: Go

  Return to Index  

access thread: Forms and the Mouse


Message #1 by rick.dolson@n... on Thu, 25 Apr 2002 16:09:18
Does anyone know of a way to turn off the feature that scrolls through 
records in a form when you turn the "roller ball" thing on the mouse?

I have a form that, for various reasons, I want people to use my buttons 
(first, last, previous, and next) to scroll through the records, and NOT 
be able to use the little roller ball thing that's on the mouse.

Thank you for any help.
Message #2 by braxis@b... on Thu, 25 Apr 2002 16:29:17 +0100 (BST)
Microsoft has two articles:

Access97: http://support.microsoft.com/default.aspx?scid=kb;en-us;Q308636

Access2000: http://support.microsoft.com/default.aspx?scid=kb;en-us;Q278379

Sadly, both of the require you to build a dll file using VB 6.0! The Access2000 article does provide a native Access solution, but
it comes with a scary warnining message!

AccessXP does have some mousewheel events, but again does not allow you to cancel them.

Brian

>  from:    rick.dolson@n...
>  date:    Thu, 25 Apr 2002 17:09:18
>  to:      access@p...
>  subject: Re: [access] Forms and the Mouse
> 
> Does anyone know of a way to turn off the feature that scrolls through 
> records in a form when you turn the "roller ball" thing on the mouse?
> 
> I have a form that, for various reasons, I want people to use my buttons 
> (first, last, previous, and next) to scroll through the records, and NOT 
> be able to use the little roller ball thing that's on the mouse.
> 
> Thank you for any help.


  Return to Index