mousehook

B

Brian Tokar

I am using the mousehook code to disaple the scroll completely. Is there a
way to allow users to scroll up and down through a form that is longer than
a page w/o scrolling through the records?. Right now, with the mousehook
code, its completely disabled.
 
L

Linq Adams via AccessMonster.com

I'm assuming you're using Stephen Lebans beautiful hack, and AFAIK the answer
is no. It's either turned on or it's not, and if it's turned on it's going to
navigate thru the records.

The truth of the matter is that most developers consider having a form so
long that the user has to scroll up and down to be very poor design. Uou'd be
much better of to use a tabbed page control if you have too many controls to
fit on the screen.
 
Top