Works great. I hadn't tried an array of one empty String value. Thanks so much!
Bob --- In [email protected], "George Henne" <g...@...> wrote: > > This seems to work fine for me: > > Sub ShowMenu_Click > SetMenu "TitleBar", Array("Menu||Menu","Answer||mnuAnswer") > End Sub > > Sub HideMenu_Click > SetMenu "Titlebar", Array("") > End Sub > > > > >Another easy issue I hope. > > > >If I have 2 Forms and the first has a menu, I want to switch to the > >second Form and have *no* menus at all. Flipping back to the first Form > >I want to restore the original menus. > > > >I can get two Forms with different menus to work, but I can't seem to > >have one of the Forms be menuless. I have tried calling SetMenu and > >passing an empty array but it doesn't work. > > > >Suggestions welcome! > > > >Bob > > > > > > > >------------------------------------ > > > >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.
