Chapter Contents

Previous

Next
Catalog Entry Model: _setDataColor

Catalog Entry Model: _setDataColor



Assigns color and optionally the display attribute of data lines when displaying an OUTPUT or LOG catalog entry


Syntax
Example

Syntax

CALL NOTIFY (viewer-name, '_setDataColor', color<attr>);

Argument Type Description
color
C specifies or returns a color
attr C specifies or returns a display attribute:
'NONE'
'REVERSE'
'UNDERLINE'
'REVERSE UNDERLINE'



Example

In this example, _setTitleColor colors the title blue, _setHeaderColor colors the header red, and _setDataColor colors the data lines green.

call notify('textview', '_set_title_color_',
            'blue');
call notify('textview', '_set_header_color_',
            'red');
call notify('textview', '_set_data_color_',
            'green');


Chapter Contents

Previous

Next

Top of Page

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