Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
VFP 5.0 - Problem with Escape to Cancel
Message
De
30/06/1997 15:56:38
 
 
À
29/06/1997 11:38:12
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00037381
Message ID:
00038166
Vues:
41
if you do this you probably want to set the KEYPREVIEW property of the form so that it will process keys before other controls do Arnon > For this purpose I use Keypress event of form. I place there the following > code: > if lastkey() = 27 > this.release > endif > > Work fine (for me). > > Have a happy day, > Vladimir Shevchenko > > > Thisform.cmdCancel.Caption = " to Cancel" > > Thisform.cmdCancel.Default = .T. > > Guess what. . .It doesn't. What did I do wrong. >
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform