Chapter Contents

Previous

Next
Data Form and Data Table: _deleteRow

Data Form and Data Table: _deleteRow



Deletes the current row from the table

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

CAUTION:
Deletions cannot be recovered. The _deleteRow method deletes rows from the table, not just from the display of the table. You cannot recover the contents of a deleted row.  [cautionend]

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.