Chapter Contents |
Previous |
Next |
Text Viewer: _setColumns |
Syntax | |
Details | |
Example |
Syntax |
CALL NOTIFY (viewer-name, '_setColumns', columns); |
Argument | Type | Description |
---|---|---|
columns |
C | specifies the setting: 'Y' -- column ruler is on. 'N' -- colun ruler is off. |
Details |
You cannot display the column ruler if the viewer is using proportional fonts.
Example |
_setColumns turns the column ruler off.
call notify('textview', '_set_columns_', 'n');
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.