Chapter Contents

Previous

Next
Data Form: _hscroll

Data Form: _hscroll



Scrolls the pages of the data form


Syntax
Details
See Also

Syntax

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

Argument Type Description
units
C specifies the unit by which the data form scrolls. The default scroll unit of PAGE is used if you do not specify a value for units. See _setHscroll for a list of the valid values.
num-units
N specifies the number of pages to scroll the data form. For scrolling forward, specify a positive number. For scrolling backward, specify a negative number. The default scroll amount of 1 is used if you do not specify a value for num-units.


Details

You set the default values using the _setHscroll method. Use horizontal scrolling to navigate through pages of the data form.

See Also

_getHscroll and _setHscroll


Chapter Contents

Previous

Next

Top of Page

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