Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Push Buttons..
Message
 
To
22/12/1999 17:23:00
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00307625
Message ID:
00307638
Views:
10
Hi Jeffrey,

You may want to consider using a key other than Esc since it's typically used as a shortcut to the cancel button.

>I have a push button that is calling two other push buttons and disabling itself. The Click event is below. How can I give the user the ability to simply press the Esc key and enable all calling push button along with the others I am enabling...
>
>Click Event
>
>this.enabled = .f.
>with thisform
> .BTN_ANNUALS.enabled = .f.
> .BTN_REFUSAL.enabled = .f.
> .BTN_MORTALS.enabled = .f.
> .BTN_REPORTS.enabled = .f.
> .Btn_EnterReg.VISIBLE = .T.
> .Btn_EditReg.VISIBLE = .T.
> .Btn_EnterReg.SetFocus
>endwith
>
>TIA
>
>Jeff T.
kenweber
GCom2 Solutions
Microsoft Certified Professional

Previous
Reply
Map
View

Click here to load this message in the networking platform