disable Navigation Pane in the code?

I have create a user interaction for my customer by using a set of forms which are controlled by one codeunit (interaction-controller codeunit). This codeunit I started up through another form (startup-form). This startup-form I run in codeunit 1, this mean, when starting up Navision the form is running non-modally which start my interaction-controller codeunit.

In my user interaction i don’t like to see the navigation pane, but my problem is that even though i have hide the Navigation Pane manually my customer recognize few times a day is popping up. So my question is, is it possible to disable the Navigation Pane permanently in some way etc. in the code?

Take a look to this post… it’s gonna be rough !!

Thank you for the help.

Did you solve the problem KayDK?