Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
KEYBOARD SHORTCUTS
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00024459
Message ID:
00024469
Vues:
36
>>HI EVERYONE
>>
>>Could some one please suggest how to program KEYBOARD SHORTCUTS for the SAVE,REVERT and other command buttons?
>>
>>Is there a way to fire an object code form a .prg?
>>
>1. Set your button's Caption propery to
\<Save
and it will work for Alt+S shortcut.
>
>2. It will work if you address it like:
>_screen.activeform.myButton.click()
>
>or use
>
>DO FORM myForm NAME myFormName
>
>and address it as
>myFormName.myButton.Click()

thanx.

I'm using pictures instead of caption. will it still work using \ ?
Alfred Trabulsi
Intelexis.
www.intelexis.com
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform