Desmond Lloyd <[email protected]> wrote: >Good afternoon all, > >Basic design question. > >Have this basic application that sets a bunch of stuff in the >main/starting program then runs a do main.mpr with read events. For >now I am just calling forms or sub-menus for each selection. The form >displays and the main menu is disabled. Great! > >Now I need to place different menus for the various forms, execute >the work order form with a work order menu, that kind of thing. > >Have just started playing around with this, and am sure there is a >simple answer. > >Would greatly appreciate any input/suggestions on how to handle! > >Regards, >Desmond > >
If the form you launch is modal it will disable the menu. After the show method fires, any thing you add to the menu is available. I don't recall if the added menu items are kept or removed when the modal form closes. If memory serves, there is a push/pop ability for the menu. HTH Tracy -- Tracy Pearson PowerChurch Software Sent with K-9 Mail. _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/[email protected] ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

