How to limit the number of characters in a texbox.

Discussion of application development using iX Developer, including but not limited to getting started, using the functions tab, properties, objects and installation.
Post Reply
karthik
Posts: 2
Joined: Fri Jun 03, 2016 9:46 am

How to limit the number of characters in a texbox.

Post by karthik »

Trying to limit the number of characters a textbox can accept. There is no MaxLength property available. I have tried using the TextBox that comes through "Add Control" but it has no option to attach a tag. To summarize I am looking for a textbox control that can be attached to a tag and that has a MaxLength kind of property.

Josh B.
Posts: 37
Joined: Wed Oct 30, 2019 11:43 am

Re: How to limit the number of characters in a texbox.

Post by Josh B. »

Characters can not be limited in the text box object. However, the analog numeric object can be set to 'string', with a limited number of characters and can be manipulated to look like a text box.

We understand that this is a very old post. If there is anyone who is still experiencing this or similar issues and require further assistance, please visit us at https://www.beijerelectronics.us/en-US/ ... ___support or give us call at 801.708.6690. Thank you

Post Reply