Show / Hide navigator

Hello everyone,

Is there a method to programmatically show or hide the navigator (Servoy’s or custom) in certain situations?

TIA,

Ben

Anyone? :(

Hi Ben,

I think the answer is no.
what you can do however is using 2 forms, 1 form with the navigator enabled and a relationless tabpanel covering the whole form linking form 2.
Form 2 holds all the fields.

Now when needed you can show form 1 (with form 2 linked) or only form 2 when you don’t need a navigator.

Hope this helps.

Excellent idea, Robert! :!:

Thanks for the tip,

Ben