Chapter Contents |
Previous |
Next |
Data Form and Data Table: _rereadAll |
Delegated to: | Data Set Data Model class |
Syntax | |
Details |
Syntax |
CALL SEND (object-id, '_rereadAll'); |
Details |
When using the _rereadAll method with a data form, _rereadAll is equivalent to _reread. If you are using a data table, all currently displayed rows are reread from the table (data set).
If you have edited values in the current row, calling _rereadAll 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 _rereadAll method effectively cancels the add state and returns the display to its state prior to the _addRow or _copyRow method calls, without committing the pending row.
Note: The _rereadAll method cannot be called from the model's SCL entry.
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.