This method provides attributes for a dynamic dialog.
setDialogAttribute(
attr STRING,
val STRING)
attr is the dialog attribute name.
val is the dialog attribute value.
Possible attributes:
| Attribute Name | Possible Values | Description | Dialog Block Equivalent |
| AUTO APPEND | {TRUE, FALSE} | If FALSE, the INPUT ARRAY dialog will not allow the creation of a new row automatically at moving past the last existing row. | AUTO APPEND |
| APPEND ROW | {TRUE, FALSE} | If FALSE, no new rows will be appended. | APPEND ROW |
| COUNT | INT | This number specifies a number of rows of the INPUT ARRAY or the DISPLAY ARRAY. | COUNT |
| DELETE ROW | {TRUE, FALSE} | If FALSE, the INPUT ARRAY will not allow row deletion. | DELETE ROW |
| FIELD ORDER | {FORM, CONSTRAINED, UNCONSTRAINED} | Specifies the order of tabulation through the form fields. | FIELD ORDER FORM |
| HELP | INT | This specifies a help message number. | HELP |
| INSERT ROW | {TRUE, FALSE} | If FALSE, the INPUT ARRAY will not allow row insertion. | INSERT ROW |
| KEEP CURRENT ROW | {TRUE, FALSE} | If TRUE, the current row stays focused after the list dialog is executed. | KEEP CURRENT ROW |
| MAXCOUNT | INT | This specifies the number of rows for user input in an INPUT ARRAY dialog. | MAXCOUNT |
| UNBUFFERED | {TRUE, FALSE} | If TRUE, the unbuffered mode is enabled. | UNBUFFERED |
| WITHOUT DEFAULTS | {TRUE, FALSE} | If TRUE, the INPUT and INPUT ARRAY dialogs will not use the form defaults. | WITHOUT DEFAULTS |