The
allowAppend property
specifies whether
the user can insert data at the end of an on-screen array dictionary.
The following values are valid:
- NO
- The
user cannot add to an array dictionary. This is the default
if you set the displayOnly openUI property
to YES.
- YES
- The user can
add to an array dictionary. The process works in
the following way:
- The user moves the cursor to the blank line
immediately below
the last displayed array dictionary element.
- The user enters
data into the displayed columns.
- The user's action appends
an element to the dynamic array that
is bound to that array dictionary.
- YES is the default
value for this property unless you set the displayOnly property
to YES.
The property is a BOOLEAN type.
You cannot update the property
at run time.