Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ComboBox
Message
From
26/03/2003 11:59:14
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00769645
Message ID:
00770283
Views:
19
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 +,
Previous
Reply
Map
View

Click here to load this message in the networking platform