BusinessObjects Board

Problem with the Menu bar

This resulted from a couple of aborts in BO. Now i am not able to view the menu bar in BO.Even the toolbars have to be enabled manually each time i open BO after it gets aborted.Is there a solution for this


Baazigar :india: (BOB member since 2004-06-10)

I have seen similar behaviour. It occured at bo launching on Windows XP due to unsupported BO release (513)

have you seen the couple BO release OS was supported ?


bernard timbal :fr: (BOB member since 2003-05-26)

Try a search for “menu bar” … maybe with additional search terms like disappear* or missing. There are previous discussions along with suggested remedies.


Dwayne Hoffpauir :us: (BOB member since 2002-09-19)

I had this happen with 5.1.7 on XP and had to go into VBA and fix. Here is how:

Press Alt +F11 to activate the VBA Window.
Press CTRL + G for the “Immediate Window”
Type this into the “Immediate Window”
application.cmdbars.activemenubar.visible = true
Press Enter.

That should do it.


JTAMBLYN :canada: (BOB member since 2003-05-28)

You could also solve this issue by modifying the “Registry.”
Do a Search on key words “Menu bar” as told by Dwayne.


sskchak (BOB member since 2004-06-21)

Have a look at this thread… https://bobj-board.org/t/41371

Regards,

Gude


psgude :australia: (BOB member since 2005-04-13)

I have the same problem whit toolbar if I execute command VBA I solve my problem but when I open BO I don’t see toolbar, they are disappared!
Is this possible execute command VBA always?! NO
Can anybody help me!
Thanks :smiley:


sscremin :it: (BOB member since 2005-06-28)