SCREEN FUNCTION DYNAMICS - SLIDER DaTA

  

DEVELOPER

Orientation

By default, the slider appears with horizontal orientation. To change the orientation to vertical, set the orientation property to ‘Vertical’. For Orientation ‘Auto’, PROIV decides the orientation based on the dimensions of the slider.

Data Source

This variable holds the value that is selected on the slider at runtime. The standard and custom validation logics are triggered as soon as you select a value in the slider. The $INPUT (alphanumeric fields) or #INPUT (numeric fields) system variable is loaded with the selected value and you can use the variable to validate the value in the standard or custom validation.

Note: It is mandatory to ensure that the slider’s data source always holds a valid value (a value that exists in the predefined set of the slider); else PROIV treats it as a fatal error, and the session closes with a rollback.

1.    Double-click the slider object.
The Slider properties window appears.

2.    Click Data tab.

3.    In the Name box, enter or select a variable. This variable stores the value which you select from the slider at runtime.

4.      In the Orientation group, select the slider layout as horizontal, vertical or auto.

5.    To configure other data properties, see Screen Function Dynamics Data for more information.

Comment on this topic

Topic ID: 500700