Object Inquiry Built-in Function
Return the mininum or maximum value of a numeric spin button.
{minimum|maximum} of SPINBUTTON_NAME
SPINBUTTON_NAME
The identifier for a spin button.
Description
Use this built-in function to return the minimum or maximum from the range of a spin button's values. If the spin button is alphanumeric, 0 will be returned and a runtime error generated.
Example
if ( (minimum of (YEAR_SB in DB) = 1900) and
(maximum of (YEAR_SB in DB) = 1999) ) then
change Year_SB in DB minimum to 2000
change Year_SB in DB maximum to 2099
end if
See Also
change minimum and change maximum Action Statement
spin button Definition