Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
On key Label
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00311801
Message ID:
00311808
Views:
21
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform