These methods can be used for retrieving general dialog informations, moving through the dialog, and enabling actions.
binds the ui.Dialog object with the current active dialog |
|
retrieves the name of the current active form item |
|
moves the cursor to the next row when DISPLAY ARRAY or INPUT ARRAY is executed |
|
retrieves the current row of the DISPLAY ARRAY or INPUT ARRAY list |
|
returns an integer number representing the total number of rows in the DISPLAY ARRAY or INPUT ARRAY list |
|
checks whether the value in the specified field or set of fields was changed during the input |
|
specifies the name of the field to which the cursor must go when the program control returns to the dialog |
|
accepts the value input to the current field and terminates the current dialog (is equal to pressing the Accept key) |
|
enables and disables the actions specified in ACTION or COMMAND clauses |
|
modifies the default view of an action so that it becomes visible or hidden |
Related articles: