Chapter Contents

Previous

Next
Data Form and Data Table: _save

Data Form and Data Table: _save



Saves the table

Delegated to: Data Set Data Model class


Syntax
Details

Syntax

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


Details

If you are using data table, you no longer have a current row when the table is saved. Methods requiring a current row, such as the _copyRow and _deleteRow methods, will fail if a new current row is not established after the save.

If you are using data form and you issue _save on an existing row, you remain on that row. Invoking the _save method on a new row returns the display to its state prior to the _addRow or _copyRow method calls.

To use this method, you must be in edit mode.

The _save 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.