CodeCharge Studio

Validate Minimum Value

This action is usually used in conjunction with input fields that receive numeric values. The action ensures that the value entered is more than a specified minimum value. This action can be placed in many places including the On Click event of a button in the form or the On Change event of the field being validated.

The following are the properties that need to be configured for the action.
Property Description
Control Name Name of the control to be validated.
Minimum Value Minimum allowable input value.
Error Message Error message to be displayed if the input value exceeds the maximum value.


On-line, printable versions and updates