thank you, but it doesn’t work. I already tried it after reading the tip as you suggest. The example code assigns a null value ```
aNavigator.navigator = null;
small tip if you get stuck with these kind of settings:
Just lookup a *.frm file from a form that has the same setting in your workspace.
You can open the file using texteditor, now you can see what Servoy writes in the file for designtime forms.
This case you’ll find a value -1.
To help you Servoy introduced the constants as Robert already described. The constant ‘none’ is nothing more than a value -1.
thank you very much: now it works. And thank you for the tip about looking at the .frm file. I did in fact checked the .frm file for an existing form with the Navigator property set to -none- before posting here, but the only reference was a ```
Navigator ID = “-1”
> The following options are available:
> none - no navigator is assigned.
> DEFAULT - the Servoy default navigator is assigned.
> IGNORE - the navigator last assigned to a previous form.
> Custom - a custom navigator based on a selected form.
and the sample code is even more confusing. Examples for other Form properties (such as Scrollbars) clearly show where and how to use Constants. While greatly improved in version 5, documentation remains a weak point of Servoy. But there is a great Forum. Thanks.