Chapter Contents

Previous

Next
GET_DATA Data Vector: _setPrinting

GET_DATA Data Vector: _setPrinting



Sets the printing status


Syntax
Details

Syntax

CALL SEND (data-vector-id, '_setPrinting', printing);

Argument Type Description
printing
C specifies the printing status:


'Y' the viewer is printing the data


'N' the viewer is not printing the data


Details

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

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

A printing state set to 'Y' informs the model that the viewer is printing its data. Similar to the measuring status controlled by _setMeasuring and _getMeasuring, 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 _getData method call so that it does not continue to return rows or columns while printing is occurring.


Chapter Contents

Previous

Next

Top of Page

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