BusinessObjects Board

grey screen in BO 5.1.6

When I try to log into BO 5.1.6 with my username and password I get a grey screen. First I get the BO wizard, when I cancel this I get the grey screen, no Menu’s so I can’t do anything. I have removed the software and I have installed BO again, I still get the same grey screen.
Has somebody get this before.

Des.


despina :netherlands: (BOB member since 2006-01-13)

Try https://bobj-board.org/t/41371


jobjoris :netherlands: (BOB member since 2004-06-30)

open the VBA window and try this.

Private Sub Document_AfterRefresh()

busobj.ActiveDocument.Application.CmdBars.ActiveMenuBar.Visible =
True

End Sub

This will enable the menubar and solve your problem


DWH (BOB member since 2006-04-25)

it’s not the normal way to have to run a vba code to make menu bar appear ! Have you checked BO PAR to see if your configuration is supported ?


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