i just saw, that the mousewheel-using in a form lets the form show the next/previous data-row.
is there any way to disable that?
thanks in advance ...
ike
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_21592147.html
Zones:
MS AccessDate Answered: 10/20/2005 Grade: A Views: 4
Access 03
On a continuous form, when user scrolls, a record disappears.
How can I resolve this?
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_21640119.html
Zones:
MS AccessDate Answered: 02/28/2006 Grade: A Views: 0
How do I deactivate the mouse wheel on a form, so that it doesn't scroll along to other records?
I know about the Form_MouseWheel procedure, but I can't seem to get it to stop scrolling though t...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_20271144.html
Zones:
MS AccessDate Answered: 06/04/2002 Grade: A Views: 0
I am using MS Access XP. I made a button on my main menu to go to a new record so a user can enter a new record without seeing any other records. Here is the code:
Dim stDocName As String
...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_20662353.html
Zones:
MS AccessDate Answered: 06/30/2003 Grade: A Views: 0
I have looked everywhere for this answer.
this is my code:
Private Sub Form_MouseWheel(ByVal Page As Boolean, ByVal Count As Long)
Refreash_Form
CandSource.SetFocus
...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_20742463.html
Zones:
MS AccessDate Answered: 09/18/2003 Grade: A Views: 0
I fear that darn Mouse Wheel is going to be the death of me. Right off, let me say I've been to:
http://www.lebans.com/mousewheelonoff.htm
and to
http://support.microsoft.com/default.aspx?scid=k...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_21245409.html
Zones:
MS AccessDate Answered: 12/22/2004 Grade: B Views: 5
I have a form that open at last record. If the user moves the wheel on the mouse half way through
entering in data. The form moves to the next record( Autonumber)
Is there a way of disabling t...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_21437555.html
Zones:
MS AccessDate Answered: 05/26/2005 Grade: A Views: 0
First of all, yes I have read all the posts regarding this topic, but I still don't see an answer. I didn't see a clear answer for allowing the mousewheel to scroll down the form and I didn't unde...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_21188889.html
Zones:
MS AccessDate Answered: 11/07/2004 Grade: B Views: 0
This worked great with 2003 as there is a onMouseWheel function
Private Sub Form_MouseWheel(ByVal Page As Boolean, ByVal Count As Long)
MsgBox "Leave the wheel alone!!"
On Erro...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_21437820.html
Zones:
MS AccessDate Answered: 05/26/2005 Grade: B Views: 18