Chapter Contents

Previous

Next
Data Form and Data Table: _commitNewRow

Data Form and Data Table: _commitNewRow



Commits the pending row to the table

Delegated to: Data Set Data Model class


Syntax
Details
See Also

Syntax

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


Details

The _commitNewRow method writes any pending row to the table assuming data validation is successful. The newly committed row does not become the current row. You are restored to the row you were on before the add or copy rather than on the committed row.

Note:   You cannot call the _commitNewRow method from model SCL.  [cautionend]

See Also

_addRow, _copyRow, _reread and _rereadAll.


Chapter Contents

Previous

Next

Top of Page

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