Assigning event to Shift-Tab in KeyPress event 
Author Message
 Assigning event to Shift-Tab in KeyPress event

Hi,

I am trying to re-direct keypress-events.
I am able to change what happens after press ctrl+tab+shift , or any other
combination of keys except for one combination : shift+tab.

For the other combinations I created a variable:

e.g.

Dim CtrlShiftTab as String

CtrlShiftTab = vbKeyControl+vbKeyShift+vbKeyTab

and then assigned on action to this variable.

It does not work with Shift+Tab !

How can I solve this problem ?

Bj?rn Comhaire
Belgium



Fri, 25 Aug 2000 03:00:00 GMT  
 Assigning event to Shift-Tab in KeyPress event

Hi,

I am trying to re-direct keypress-events in Access 97.
I am able to change what happens after press ctrl+tab+shift , or any other
combination of keys except for one combination : shift+tab.

For the other combinations I created a variable:

e.g.

Dim CtrlShiftTab as String

CtrlShiftTab = vbKeyControl+vbKeyShift+vbKeyTab

and then assigned on action to this variable.

It does not work with Shift+Tab !

How can I solve this problem ?

Bj?rn Comhaire
Belgium



Fri, 25 Aug 2000 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Creating Custom Event Handler (KeyPress Event)

2. Tab Control and Keypress Events

3. shift+tab in KeyDown-event

4. How to trap custom form load event and TAB click event

5. In vbs exist the keypress event

6. Keypress event

7. Where is the keypress event while editing a cell

8. How can I catch a keypress-event?

9. catch the keypress-event to delete records

10. KeyPress Event and Enter key


 
Powered by phpBB® Forum Software © phpBB Group