Default actions in INPUT ARRAY
When an INPUT ARRAY
instruction executes, the
runtime system creates a set of default actions.
Field validation occurs and different INPUT ARRAY
control blocks are executed
based on the invoked default action.
This table lists the default actions created for this dialog:
Default action | Description |
---|---|
accept |
Validates the Creation
can be avoided with |
cancel |
Cancels the Creation
can be avoided with |
close |
By default, cancels the Default action view is hidden. See Implementing the close action. |
insert |
Inserts a new row before current row. Creation can be avoided with |
append |
Appends a new row at the end of the list. Creation can be avoided with |
delete |
Deletes the current row. Creation
can be avoided with |
help |
Shows the help topic defined
by the Only created when a |
nextrow |
Moves to the next row in a list displayed in one row of fields. Only created if |
prevrow |
Moves to the previous row in a list displayed in one row of fields. Only created if |
firstrow |
Moves to the first row in a list displayed in one row of fields. Only created if |
lastrow |
Moves to the last row in a list displayed in one row of fields. Only created if |
find |
Opens the fglfind dialog window to let the user enter a search value, and seeks the row matching the value. Only created if the context allows built-in find. |
findnext |
Seeks the next row matching the value entered during the fglfind dialog. Only created if the context allows built-in find. |
INPUT ARRAY arr TO sr.* ATTRIBUTES( INSERT ROW=FALSE, CANCEL=FALSE, ... )
...