Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
On key Label
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00311801
Message ID:
00311808
Vues:
19
>Is there a way to capture the current setting of a specific ON KEY LABEL? How can I capture the current setting of the ON KEY LABEL ?
>
>Eg
>ON KEY LABEL CTRL+W ?'SAVE'
>
>lc = set('??????')
>
>Thank you..

on key label Ctrl+W do mycode
lc = on('key','Ctrl+W')

lc would contain the string "do mycode"
Fred
Microsoft Visual FoxPro MVP

foxcentral.net
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform