CodeCharge Studio

Validate Maximum Length

This action is typically used in conjunction with input fields and serves to ensure that the value entered in a field does not exceed a specified number of characters. 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 Length Maximum allowable length of input in the control.
Error Message Error message to be displayed if the maximum length is exceeded.


On-line, printable versions and updates