Canceling OnKeyUp Event within a module
- From: CES <none@xxxxxxxx>
- Date: Wed, 17 Jan 2007 18:35:31 -0500
All,
I was wondering if someone might be able to help me figure out how to cancel the onKeyUp action if the current key being pressed is the tab key.
I realize this syntax is not correct but it will give you an idea of what I'm looking to do
Private Sub Field_Enter()
If Me.OnKeyUp = TabKey then ' I'm need to test to see if the key being pressed is the tab key
' if the current key being pressed use the tab key I want to suppress the onKeyUp event
Cancel on key up event (will not fire) 'if the tab key is the key pressed being pressed then I don't want the event to fire.
End if
Me.Field.DoSomething
End Sub
The problem that I am running into is that, the OnKeyUp event is interfering with some work that I need to do wen the focus changes to the current field. I'm running into the same problem when I use either the onFocus or onEnter events.
Thanks in advance. - CES
.
- Prev by Date: Re: binary vs. textual comparison
- Next by Date: Re: Maximize form on open
- Previous by thread: Re: binary vs. textual comparison
- Next by thread: Re: how to convert currency to text
- Index(es):
Relevant Pages
|