Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
ComboBox
Message
De
26/03/2003 11:59:14
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00769645
Message ID:
00770283
Vues:
20
Fabiano,
Conseguei resolver da seguinte maneira:

No metodo DropDown:
On Key Label ESC

No KePress:
If (Lastkey() = 27 or Lastkey() = 13 or Lastkey() = 9) and Empty(On("KEY","ESC"))
On Key Label ESC MessageBox("ESC PRESSIONADO")
EndIf


Ate +,
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform