Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Keyboard '{SHIFT+TAB}' doesn't
Message
From
25/10/2001 18:04:10
 
 
To
25/10/2001 15:09:45
Stan Vaninger
Mitek Industries, Inc
Missouri, United States
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00573343
Message ID:
00573440
Views:
24
This message has been marked as the solution to the initial question of the thread.
>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

"{BACKTAB}" should work.

HTH,
Mark A.
Previous
Reply
Map
View

Click here to load this message in the networking platform