The SetMenu command creates the menus. Once a SetMenu command is issued, the menu stays in place, even if you load a new form, unless it defines a new menu.
To see how it works, save your program as a .txt file and look at it in NotePad. The Form_Show subroutine will call Form_ShowMenu (if it exists). Knowing this, you should be able to control which menu gets shown when. >--- In [EMAIL PROTECTED], "George Henne" <[EMAIL PROTECTED]> wrote: >> >> Do you want to use the same menu for all forms, or a different one for >> each form? >> >> >Hi every body . I am creting an aplication using nsbasic ce . i have >> >tried to create menu by both manual designing and creating by writing >> >code . but both methods failed . My app has multiple forms . Help file >> >has only formless app . menu works on 2 forms and not in other forms . >> >Please help me any one which is the right method to create menu for >> >multiple formed apps . Thanks . >> > >> > >> >------------------------------------ >> > >> >Yahoo! Groups Links >> > >> > >> > >> >Except main form i.e dataentry form , all other forms use the same menu . > > >------------------------------------ > >Yahoo! Groups Links > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "nsb-ce" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/nsb-ce?hl=en -~----------~----~----~----~------~----~------~--~---
