Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to add menus to an application.
Message
General information
Forum:
Visual FoxPro
Category:
Menus & Menu designer
Miscellaneous
Thread ID:
00189644
Message ID:
00189647
Views:
9
You need to tell the menu builder to append your edit and utilities menus to the existing menu rather than replacing the existing menu. To do this, open the menu in the menu designer and choose General Options from the View menu. Make sure Append is selected in the Location option group.

>I have created 3 standalone .mpr files. I do not want to create a single .mpr file. The problem is, when I run the following code, I end up only showing the utilities menu. How do I keep all the menus on the menubar?
>
> SET SYSMENU TO
> DO myFile.mpr
> DO myEdit.mpr
> DO myUtilities.mpr
>
>What I'm looking for:
>
>FILE EDIT UTILITIES
>
>What I'm getting:
>
>UTILITIES
Previous
Reply
Map
View

Click here to load this message in the networking platform