Chapter Contents |
Previous |
Next |
Form Editor: _hscroll |
Syntax | |
Details | |
See Also |
Syntax |
CALL SEND (form-id, '_hscroll'<, units<, num-units>>); |
Argument | Type | Description |
---|---|---|
units |
C | specifies the unit by which the 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 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.
See Also |
_getHscroll and _setHscroll
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.