Chapter Contents

Previous

Next
Catalog Entry Model: _setErrorColor

Catalog Entry Model: _setErrorColor



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


Syntax
Example

Syntax

CALL NOTIFY (viewer-name, '_setErrorColor', 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

This example sets the error text color to orange.

call notify('textview', '_set_error_color_',
            'orange');


Chapter Contents

Previous

Next

Top of Page

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