Chapter Contents

Previous

Next
Extended Table: _setHscroll

Extended Table: _setHscroll



Assigns the unit by which a table scrolls horizontally


Syntax
Details

Syntax

CALL NOTIFY (extended-table-name, '_setHscroll', in-unit<, in-num-units><, in-num-units>);

Argument Type Description
in-unit
C the scrolling unit;
'MAX'
'PAGE'
'HALF'
'COLUMN'
in-num-units
N number of units if the scrolling unit is 'COLUMN'


Details

The horizontal scrolling unit assigned by _setHscroll determines the amount by which to scroll when users click either side of the thumb inside the scroll bar.

Because an extended table is not itself horizontally scrollable, you cannot place objects beyond the boundaries of the extended table's container box. The SCL program provides the scrolling functionality. When users scroll the table, the global variable _curcol is updated, based on the scroll amount, and contains the value of the leftmost column in the table. It is then up to the application to set values of objects correctly, based on the value of _curcol.


Chapter Contents

Previous

Next

Top of Page

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