Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Push Buttons..
Message
 
À
22/12/1999 17:23:00
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00307625
Message ID:
00307638
Vues:
11
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

Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform