Chapter Contents

Previous

Next
Scroll Bar: _getMax

Scroll Bar: _getMax



Returns the maximum value in a scroll bar's range


Syntax
Example

Syntax

CALL NOTIFY (scroll-bar-name, '_getMax', max-val);

Argument Type Description
max-val
N returns the maximum value in the scroll bar's range


Example

The following example, which combines a critical success factor and a scroll bar to produce a dynamically changeable CSF display, restricts the maximum value of the CSF to the maximum value in the scroll bar's range:

INIT:
   call notify('sbar1','_get_max_',csf);
   sbar1=csf;
return;

SBAR1:
   csf=sbar1;
return;


Chapter Contents

Previous

Next

Top of Page

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