Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
ESC for exit the Form
Message
De
09/04/2000 23:54:48
Lawrence De Grano
Computer Craft Corporation
Makati, Philippines
 
 
À
30/03/2000 18:02:11
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00352969
Message ID:
00357430
Vues:
17
>The user can close the form with CTRL+F4 or clicking the upper right corner or object with "ThisForm.release()" code.
>How could I make that the "ESC" would have the same effect?
>
>Thank's, Zlatko.

Dear Zlatko,

Just go into the KeyPress Event of the form and execute the following:

IF nKeycode=27
Release Thisform
ENDIF
Inzo
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform