Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to combine current menu with the sysmenu?
Message
From
12/10/2002 08:11:28
 
General information
Forum:
Visual FoxPro
Category:
Menus & Menu designer
Miscellaneous
Thread ID:
00708152
Message ID:
00710615
Views:
14
Hi Vincent,

One way to combine parts of the sysmenu with your own menu at design time is to create say a menu bar 'Edit' with sub menus for the features you want to add.

For Find add a submenu :-

prompt = \result = Bar #
blank col = _med_find

Check against Options and add CTRL+F as the key label and key text.

Add additional submenu items for each of the facilities you need, e.g.
Find A\R\Replace All - _med_repla
The full set of names can be found in Help under System Menu Names.

If you have trouble getting the menu options enabled, place the DO mymenu.mpr command in the GotFocus of the screen in which you want to use it.

There are probably better ways to do this, but this way works for me.

Alan
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform