Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
On Key Label {,[,],}
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9
Divers
Thread ID:
01001124
Message ID:
01001129
Vues:
19
This message has been marked as the solution to the initial question of the thread.
You can set KeyPreview of a form to .T. and trap keys in the KeyPress event
* Form's KeyPress
LPARAMETERS nKeyCode, nShiftAltCtrl
IF nKeyCode = 29 AND nShiftAltCtrl = 2
  * process CTRL+]
  NODEFAULT
ENDIF
>
>I want to be able to use the characters '{', '[', ']', '}' in conjuction with the Ctrl key
>
ON KEY LABEL CTRL+} _SCREEN.ActiveForm.cntDetail.Nav4btns.Navigate('TOP')
>Unfortunately, this returns a syntax error.
>
>Is there a way around this limitation?
>
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform