Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Keyboard '{SHIFT+TAB}' doesn't
Message
De
25/10/2001 15:09:45
Stan Vaninger
Mitek Industries, Inc
Missouri, États-Unis
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Keyboard '{SHIFT+TAB}' doesn't
Divers
Thread ID:
00573343
Message ID:
00573343
Vues:
49
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform