Along with the Rbase_Form_Actions this code might be useful. It basically, toggles which menu is visible.
MenuBar refers to the component id assigned to every item at the root level of the menu bar. If you are using more than one component id then each will need to be referenced. If everyitem of the menubar at the root level is not visible then the menu bar doesn't show. SET VAR fBarVisible TEXT SWITCH (.fBarVisible) Case 'False' PROPERTY MenuBar Visible 'True' SET VAR fBarVisible = 'True' PROPERTY GroupBar Visible 'False' BREAK --False Default PROPERTY MenuBar Visible 'False' SET VAR fBarVisible = 'False' PROPERTY GroupBar Visible 'True' BREAK --True ENDSW --(.fBarVisible) -----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Charles Parks Posted At: Tuesday, February 22, 2005 5:00 PM Posted To: RB7-L Conversation: [RBG7-L] - Re: Which menu style? Subject: [RBG7-L] - Re: Which menu style? That would be good. For now, I would say use Property RBASE_FORM_ACTIONs that way the code only has to be maintained in one place. -----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Marc Posted At: Tuesday, February 22, 2005 4:48 PM Posted To: RB7-L Conversation: [RBG7-L] - Re: Which menu style? Subject: [RBG7-L] - Re: Which menu style? Albert I may try that. What I would really like is to be able to take this group bar and import it back and forth into a menu bar. Marc ----- Original Message ----- From: "Albert Berry" <[EMAIL PROTECTED]> To: "RBG7-L Mailing List" <[email protected]> Sent: Tuesday, February 22, 2005 3:34 PM Subject: [RBG7-L] - Re: Which menu style? > Marc, the easiest way to do this is to copy the group bar from RRBYW - forget which one - just try > them. Cut/Copy/Paste the bits around the form. I left in spare buttons that are blank for future > use, and it doesn't seem to bother the users. > > --- Marc <[EMAIL PROTECTED]> wrote: > > > Thanks all > > > > Group Bar it is. > > > > I will get to work on it. > > > > marc > > > > > ===== > Albert Berry > Management Consultant > RR2 - 1252 Ponderosa Drive > Sparwood BC, V0B 2G2 > Canada > (250) 425-5806 > (250) 425-7259 > (708) 575-3952 (fax) > [EMAIL PROTECTED] > >
