Action Statement
Change the minimum or maximum value for a numeric spin button.
change SPINBUTTON_NAME {minimum|maximum} to INT_VAL
SPINBUTTON_NAME
The identifier for a numeric spin button.
to INT_VAL
An integer value representing the new minimum or maximum value for the range of a numeric spin button.
Description
Use this statement to change the minimum or maximum integer value for a numeric spin button's range. This statement is not valid for alphanumeric spin buttons.
Example
response to item AlterYearRange
change Year_SB in DB minimum to 1930
See Also
minimum of and maximum of Built-in Functions
spin button Definition