Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Escape Key
Message
From
11/02/2004 12:01:40
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Escape Key
Miscellaneous
Thread ID:
00876304
Message ID:
00876304
Views:
56
I have my users selecting an puush button to open up more push buttons: see code below:

**************************
this.enabled = .f.
with thisform
.Btn_Inventory.visible = .t.
.Btn_UpFedlog.visible = .t.
.Btn_Issued.visible = .t.
.Btn_Receipt.visible = .t.
.Btn_UpFedLog.setfocus()
endwith

thisform.Refresh()
*****************************
How can I make it possbile for them to press the esc key and return to the original screen and reset the main push button?
Thanks in Advance.

J. Turner
Next
Reply
Map
View

Click here to load this message in the networking platform