(Contents)(Previous)(Next)

Forms

A form is introduced in the module header by the keyword FORM. Forms consist of a layout part and a processing part.

A form can call routines, functions, DB procedures, forms, HELP forms and menus. Forms and routines of a program can communicate via common global variables.

A detailed description is contained in the chapter General Points on Forms and Menus.


(Contents)(Previous)(Next)