Chapter Contents

Previous

Next
Data Form: _vscroll

Data Form: _vscroll



Scrolls the rows of the data form


Syntax
Details
See Also

Syntax

CALL SEND (form-id, '_vscroll'<, units<, num-units>>);

Argument Type Description
units
C specifies the unit by which the data form scrolls
num-units
N specifies the scrolling unit. A positive value scrolls forward; a negative number scrolls backwards.


Details

You set the default scrolling values for units and num-units using the _setVscroll method, which also describes the valid values. Use vertical scrolling to navigate between rows in a data form.

When one or more widgets inside of the data form are in error, the _vscroll method fails, which leaves you on the current row.

See Also

_getVscroll and _setVscroll.


Chapter Contents

Previous

Next

Top of Page

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