Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Escape Key
Message
De
11/02/2004 12:25:48
Larry Long
ProgRes (Programming Resources)
Georgie, États-Unis
 
 
À
11/02/2004 12:01:40
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00876304
Message ID:
00876317
Vues:
15
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform