Chapter Contents

Previous

Next
Row/Column Data Vector Class: _getSoftEndOfData

Row/Column Data Vector Class: _getSoftEndOfData



Returns the soft end-of-data status


Syntax
Details

Syntax

CALL SEND (data-vector-id, '_getSoftEndOfData', soft-eod);

Argument Type Description
soft-eod
C returns the soft end-of-data status:

'Y' this is the soft end of data

'N' this is not the soft end of data


Details

The _getSoftEndOfData method is valid only if the viewer is a table editor. The soft end of data is related to the hard end of data controlled by the _getEndOfData and _setEndOfData methods.

Both hard and soft end-of-data status are used to notify the viewer that the row or column being requested is past the number of rows or columns that the model has. For example, if there are three columns in a model, on a viewer's call to _getColumnInfo requesting information about column 4, the model sets the end-of-data status to 'Y'.

The difference between setting the hard end of data and the soft end of data is that with the hard end of data you cannot scroll in the table editor, while with the soft end of data you can scroll. The hard end of data is useful for models with a stable and known number of rows or columns, while the soft end of data is useful for models with a changing or unknown number of rows or columns.


Chapter Contents

Previous

Next

Top of Page

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