CodeCharge Studio

Validate Maximum Value

This action is usually used in conjunction with input fields that receive numeric values. The action ensures that the value entered is less than a specified maximum 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.
Maximum Value Maximum allowable input value.
Error Message Error message to be displayed if the input value exceeds the maximum value.


On-line, printable versions and updates