Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Keyboard '{SHIFT+TAB}' doesn't
Message
From
25/10/2001 15:09:45
Stan Vaninger
Mitek Industries, Inc
Missouri, United States
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Keyboard '{SHIFT+TAB}' doesn't
Miscellaneous
Thread ID:
00573343
Message ID:
00573343
Views:
51
In one particular form, I need to capture the PageUp and PageDown keystrokes and change them to Tab and Shift+Tab. I have put the code:

LPARAMETERS nKeyCode, nShiftAltCtrl
DO case
case nKeyCode = 18 && PageUp key remapped to Shift+Tab
Keyboard "{SHIFT + TAB}"
case nKeyCode = 3 && PageDown key remapped to Tab
Keyboard "{TAB}"
otherwise
DoDefault(nKeyCode, nShiftAltCtrl)
EndCase


in the KeyPress method of the form. The Keyboard "{TAB}" works but the Keyboard "{SHIFT + TAB}" does not. Anyone know why? (I am using VFP7).

Thanks,
Stan
Next
Reply
Map
View

Click here to load this message in the networking platform