Form_uidialogdata.4gl
This file defines the modular variables, manages UI data (clear, fetch, set default values), and calls functions in the Form_uidata.4gl.
Generated function | Function features |
---|---|
|
Gets the index of an item matching the given criteria. |
|
Fetch row and details data for record. |
|
Fetch the data set for a record. |
|
Fetch row data for record. |
|
Fetch details data for record. |
|
Clear record data. |
|
Clear row and details data for record. |
|
Initialize record with default values. |
|
Run the treatments after the update of the field (like the descending, ascending lookups,
...). This function is especially called in the control blocks ON CHANGE ,
ON ACTION zoom . |
|
Generate descending lookup functions triggered by fields of the master table of the record. It calls 'DescLookup' defined in data then update the fields if lookup successes. |