Chapter Contents

Previous

Next
Row/Column Data Vector Class: _getMeasuring

Row/Column Data Vector Class: _getMeasuring



Returns the measuring status


Syntax
Details

Syntax

CALL SEND (data-vector-id, '_getMeasuring', measuring);

Argument Type Description
measuring
C returns the measuring status:


'Y' the viewer is measuring the data


'N' the viewer is not measuring the data


Details

The _getMeasuring method is valid only if the viewer is a table editor.

Note that the viewer, not the model, sets the measuring status. The model queries the status but does not set it.

A measuring state set to 'Y' informs the model that the viewer is measuring its data to determine how large to make its cells. Similar to the printing status controlled by the _setPrinting and _getPrinting methods, the models are not usually concerned with this unless the model has an unspecified number of rows or columns. If this is the case, the model needs to check this value when returning information to the viewer in the _getRowInfo or _getColumnInfo method call so that it does not continue to return rows or columns while measuring is occurring.


Chapter Contents

Previous

Next

Top of Page

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