Create Sliders
A slider consists of a slider bar and a drag box. The user selects an integer value by dragging the box into position on the bar. A slider appears as a range of integer values from which the user can make one selection. You can specify the range or use the default range of 1 to 100.
To create a slider field
2. Select the Slider icon on the field palette.
3. Position and size the slider field on the form.
4. Set the properties for the slider field, including BgColor, MinValue, MaxValue, and Orientation.
Slider Field Properties
All the properties for sliders are described under
Common Field Properties, with the exception of the following properties or values that are specific to the slider field type:
MaxValue
Specifies the highest possible value for the field
Default: 100
MinValue
Specifies the lowest possible value for the field
Default: 0