Not showing the complete menu-bar

Hi,

I have menu horizontal with some menu items.
When I click on one of them it opens a grid.
In the grid I have a link to a form for details etc…
When I open the form (by clicking the link in the grid) I want that the menu on top "disappear"completly. I have a button in the form (exit) that brings me back to the grid I started.
So actualy I donot need the menu on the form. This give me more space on top of the screen.

How to do that?

Kind Regards

Nobody…? Or is it not clear what I want?

When you open new applications in the standard way, it will be opened within the iframe it has been executed. But it’s fairly simple to do a sc_redir to the correct application without the menu and jump back on the press of a button. But you have to guide that process yourself.

Thanks Albert,

I used

sc_redir(“form_sample”,"","_blank");

Why did I not think about it before…

Regards, Bert