Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How do I make ESCAPE close a form
Message
De
27/07/2000 17:17:04
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00397900
Message ID:
00397903
Vues:
13
This is what I've always used...
Form.KeyPreview = .T.

** Form.KeyPress() event
LPARAMETERS nKeyCode, nShiftAltCtrl
IF nKeyCode = 27 && ESC
  this.Release()
EndIf
Insanity: Doing the same thing over and over and expecting different results.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform