S Sammie Feb 28, 2005 #1 Is there a way to prevent the user from accdently scrolling and changing records while entering data? Thanks, Sammie
Is there a way to prevent the user from accdently scrolling and changing records while entering data? Thanks, Sammie
R Rob Parker Feb 28, 2005 #2 If the "accidental scrolling" is from the mouse scroll wheel, use Steven Lebans code to disable it: http://www.lebans.com/mousewheelonoff.htm If the user is scrolling by some other method, find/write some code to prevent that - but I doubt that's the problem ;-) Rob Sammie said: Is there a way to prevent the user from accdently scrolling and changing records while entering data? Thanks, Sammie Click to expand... =----
If the "accidental scrolling" is from the mouse scroll wheel, use Steven Lebans code to disable it: http://www.lebans.com/mousewheelonoff.htm If the user is scrolling by some other method, find/write some code to prevent that - but I doubt that's the problem ;-) Rob Sammie said: Is there a way to prevent the user from accdently scrolling and changing records while entering data? Thanks, Sammie Click to expand... =----
S Sammie Mar 1, 2005 #3 Rob said: If the "accidental scrolling" is from the mouse scroll wheel, use Steven Lebans code to disable it: http://www.lebans.com/mousewheelonoff.htm If the user is scrolling by some other method, find/write some code to prevent that - but I doubt that's the problem ;-) Rob =---- Click to expand... Works! Thanks. Sammie
Rob said: If the "accidental scrolling" is from the mouse scroll wheel, use Steven Lebans code to disable it: http://www.lebans.com/mousewheelonoff.htm If the user is scrolling by some other method, find/write some code to prevent that - but I doubt that's the problem ;-) Rob =---- Click to expand... Works! Thanks. Sammie