Normally, a Form’s Navigator property popup provides the following selections:
-none-
DEFAULT
IGNORE
Now all of a sudden I see this:
-none-
DEFAULT
IGNORE
cluster
Main
tbl_services
The last 3 lines are objects in my Solution.
Any idea what might be causing this?
Michael
Hi Michael,
Any form that you create that has the showInMenu property disabled can be used as a Navigator form. That’s why they show up in that popupmenu.
To disable that showInMenu property is by the way a good practice if you want to keep control over how a user navigates between the forms.
When showInMenu is enabled it will show up in the Window menu and users can navigate to them this way.
Hope this explains things.
Ah, got it! Thanks for the explanation … Michael