Chapter Contents |
Previous |
Next |
Data Form and Data Table: _addRow |
Delegated to: | Data Set Data Model class |
Syntax | |
Details |
Syntax |
CALL SEND (object-id, '_addRow'); |
Details |
The _addRow method is an editing method and is not valid when
Addition/Duplication Allowed
is disabled under the
Table Characteristics
of Data Form or Data Table.
When you add a row, you are placed on the pending row.
The _addRow method does not actually add the new row to the table. The add is pending until one of the following occurs:
Commit New Row
item on the pop-up menu
To cancel the pending row, use the _reread or _rereadAll method, or
use the
Cancel Row Edits
item on the pop-up menu.
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.