Embedding the Views in a Window
Context
Each view is a self-contained unit and does not contain any information about navigation to other views. To de able to define such a navigation, and to make the views accessible for users, they have to be embedded in a window.
An empty name with the same name as the component itself is generated when a component is created. You now have to embed the two views.
Procedure
Results
The MYCOMPONENT window now contains the two views, which can be bound to each other. The STARTVIEW was set as the default view, which means that it is always called first when the window is called.