Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Menu
Message
 
To
07/04/2003 15:07:18
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Re: Menu
Miscellaneous
Thread ID:
00774846
Message ID:
00774866
Views:
12
Robert,

What you need to do is from within the menu designer, click on 'View', 'General Options'. In the General Options there is a check box for 'Top-Level Form'. Enable this check box.

Then within your form (probably the Init() method), you need to call the menu .mpr file with a reference to the form such as:
PROCEDURE Init
   DO mymenu.mpr WITH THIS
ENDPROC
After you generate the menu (.mpr file), you can view it using MODI COMM (menuname.mpr) and there will be additional documentation on any additional parameters that you may want to supply.

Hope this helps,
Kurt

>ok i made a menu with the menu creator and i want to put it in my main form
>but the problem is that the menu goes on the _screen and i make the _screen invisible
>
>how can i do
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform