Configuration options / Runtime configuration in FGLPROFILE |
FGLPROFILE Dialog.fieldOrder controls execution of BEFORE/AFTER FIELD triggers of intermediate fields.
Dialog.fieldOrder = {true|false}
The Dialgo.fieldOrder FGLPROFILE entry defines the execution of BEFORE FIELD and AFTER FIELD triggers of intermediate fields.
When this parameter is set to true, as the end user moves to a new field with a mouse click, the runtime system executes the BEFORE FIELD and AFTER FIELD dialog control blocks of the input fields between the source field and the destination field. When the parameter is set to false, intermediate field triggers are not executed.
The Dialog.fieldOrder configuration parameter is ignored by the DIALOG multiple-dialog instruction or when using the FIELD ORDER FORM option in singular dialogs such as INPUT.
Do not use this feature for new developments: GUI applications allow users to jump from one field to any other field of the form by using the mouse. Therefore, it makes no sense to execute the BEFORE FIELD and AFTER FIELD triggers of intermediate fields in a graphical application.