I am using BOXIR2
I am build report in deskI suddenly my
"file menu disappears in reporte
Resolution 2 "
can anyone please help me how to get the file menu back
This has been answered earlier …Anyways I just checked a Knowledge base article talks about this.
KBase Article ID:1528239
Article refers to: BusinessObjects Desktop Intelligence XI
Symptom
In BusinessObjects Enterprise XI Release 2, the File menu bar is missing in Desktop Intelligence. Although the File menu can be accessed by pressing Alt + F, the menu bar cannot be viewed.
Resolution
To resolve the issue
Press Alt + F11 to open the Visual Basic Editor.
Open the Immediate window of the Visual Basic Editor.
Type the following in to the window: Application.CmdBars.ActiveMenuBar.Visible = True.
Press Enter.
The File menu bar can now be viewed in Desktop Intelligence.
This has been answered earlier …Anyways I just checked a Knowledge base article talks about this.
KBase Article ID:1528239
Article refers to: BusinessObjects Desktop Intelligence XI
Symptom
In BusinessObjects Enterprise XI Release 2, the File menu bar is missing in Desktop Intelligence. Although the File menu can be accessed by pressing Alt + F, the menu bar cannot be viewed.
Resolution
To resolve the issue
Press Alt + F11 to open the Visual Basic Editor.
Open the Immediate window of the Visual Basic Editor.
Type the following in to the window: Application.CmdBars.ActiveMenuBar.Visible = True.
Press Enter.
The File menu bar can now be viewed in Desktop Intelligence.