Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Escape Key
Message
From
11/02/2004 12:25:48
Larry Long
ProgRes (Programming Resources)
Georgia, United States
 
 
To
11/02/2004 12:01:40
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00876304
Message ID:
00876317
Views:
14
This message has been marked as a message which has helped to the initial question of the thread.
Put code in the Form's KeyPress method and set the KeyPreview property to .T.

HTH

>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?
L.A.Long
ProgRes
lalong1@charter.net
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform