Form_ui.4gl
This file contains functions called from MAIN
. It
opens the form based on the open mode, loads the Toolbar and Topmenu, launches functions to manage
application states, calls MENU
or DIALOG
statements for the
various states and calls functions in the Form_uidialog.4gl
to retrieve and manage subdialogs.
Generated Functions | Description |
---|---|
|
Opens form according to the open mode. |
|
Opens form according to the open mode and position to the key. |
|
The automaton function allowing the switch between modes (DISPLAY ,
MODIFY , ADD , SEARCH ,
EMPTY ) |
|
Manages the DIALOG block for the DISPLAY mode. |
|
Manages the DIALOG block for the MODIFY and
ADD modes. |
|
Manages the DIALOG block for the CONSTRUCT mode. |
|
Manages the DIALOG block for the SEARCH mode. |
|
Manages the DIALOG block for the EMPTY mode. |
|
Initializes the list of default actions. |
|
Initializes the UI settings of the form. |
|
Launch a module. |
|
Validate a CRUD operation for a record (INSERT , UPDATE ,
DELETE ). |
|
Initializes the list of available reports. |
|
Load, configure and run the current report. |