Chapter Contents

Previous

Next
Catalog Entry Model: _setNoteColor

Catalog Entry Model: _setNoteColor



Assigns color and optionally the display attribute of note lines when displaying a LOG catalog entry


Syntax
Example

Syntax

CALL NOTIFY (viewer-name, '_setNoteColor', 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, the note text color is the SASCOLOR error color.

call notify('textview', '_set_note_color_',
            'error');


Chapter Contents

Previous

Next

Top of Page

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