Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How do I display Menu Shortcuts
Message
General information
Forum:
Visual FoxPro
Category:
Menus & Menu designer
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
00979170
Message ID:
00979191
Views:
43
>Hi
>
>I have a menu with my app. I have assigned hotkeys to certain menu options by going clicking on the Options button of the item which opens the Prompt Options window.
>
>Here in the KeyLabel field I press ALT+F5 and that is inserted as a hot key.
>
>And I can also assign F12 to another menu option.
>
>However on running the menu the ALT+F5 appears but NOT the F12 next to the menu.
>
>Is this correct? What's the use of assigning such a key when it is hidden?
>
>Is this a bug?

I just tried this in VFP 8 and it showed the hot keys just fine. Here's the contents of the MPR. Compare it to yours to see where the difference is.
DEFINE POPUP mainpad MARGIN RELATIVE SHADOW COLOR SCHEME 4
DEFINE BAR 1 OF mainpad PROMPT "alt+F5 option" ;
	KEY ALT+F5, "ALT+F5"
DEFINE BAR 2 OF mainpad PROMPT "F12 option" ;
	KEY F12, "F12"
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform