Chapter Contents |
Previous |
Next |
Data Form and Data Table: _deleteRow |
Delegated to: | Data Set Data Model class |
Syntax | |
Details |
Syntax |
CALL SEND (object-id, '_deleteRow'); |
Details |
The _deleteRow method is an editing method and is not valid when
Deletion Allowed
is disabled under the
Table Characteristics
of Data Form or Data Table.
A row must be locked before it can be deleted. If you are using data form, you are moved to the next row once the deletion is completed. If you are using data table, you no longer have a current row once the deletion is completed. The _deleteRow method sets SYSRC for error, note, and warning conditions.
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.