Chapter Contents

Previous

Next
Text Viewer: _vscroll

Text Viewer: _vscroll



Scrolls the viewer vertically


Syntax
Example

Syntax

CALL NOTIFY (viewer-name, '_vscroll'<, unit<, num-units>>);

Argument Type Description
unit
C specifies the scrolling unit:
'MAX'
'PAGE' (the default)
'HALF'
'ROW'

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.