Chapter Contents |
Previous |
Next |
Text Viewer: _vscroll |
Syntax | |
Example |
Syntax |
CALL NOTIFY (viewer-name, '_vscroll'<, unit<, num-units>>); |
Argument | Type | Description | ||||||||
---|---|---|---|---|---|---|---|---|---|---|
unit |
C | specifies the scrolling unit:
|
||||||||
num-units |
N | specifies the number of units. To scroll up, specify a negative number. |
Example |
_vscroll scrolls down 5 rows.
call notify('textview', '_vscroll_', 'row', 5);
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.