Chapter Contents

Previous

Next
Data Form and Data Table: _reread

Data Form and Data Table: _reread



Rereads the current row from the table

Delegated to: Data Set Data Model class


Syntax
Details

Syntax

CALL SEND (object-id, '_reread');


Details

If you have edited values in the current row, calling _reread discards all edits made to the current row since the last time edits were committed to the table (data set).

If you have a pending row, the _reread method effectively cancels the add state and returns you to the state of the display prior to the _addRow or _copyRow method calls, without committing the pending row.


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.