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

Click here to load this message in the networking platform