eva/3 Application BuilderDeveloping eva/3 Applications 

Working with Forms

User entries or navigation through the application are mostly implemented by forms. These will be saved in files with the suffix .form.

A form is divided into MainPanel SidePanel and ToolBarPanel. By the corresponding system commands the forms can be opened, colsed or inserted into the several panels.

To enter and display data, to structure and layout the forms, in eva/3 Application Builder SBeans are provided. By using containers and their Layouts the behavior of the user interface can be controlled precice also at complex forms.

Read also the chapter Common Informations