adorni
Posts: 120
|
| Posted: 07/23/2011, 8:07 AM |
|
I found the option "maxlength" to limit max caracters input. How i can set minimun length?
(i use a memo or text box)
Thanks!
|
 |
 |
beevet
Posts: 47
|
| Posted: 07/23/2011, 9:17 AM |
|
When you have the text box selected, chose Events in the properties box. Down on the Server section, right click On Validate. Choose Add Action. In the box that comes up, choose Validate Minimum Length. Now you can set it up in the properties box by choosing the control name (name of the text box from the dropdown list), the minimum length, and the error message it should show if the minimum length is not met.
Chris
|
 |
 |
beevet
Posts: 47
|
| Posted: 07/23/2011, 9:18 AM |
|
I should add that the directions above are ones I came up with using CodeCharge Studio 4.3. They are not ones in the database, but in the actual CCS program.
|
 |
 |
|