Hi,
I am setting the value of the text field using script (rawValue property). I would like to detect when the text filed overflows.
There is a "Limit length to Visible Area: property, but this works only if the field is filled manually, not when it is assigned through script. Also the "full event" is not raised as it is an interactive event.
Is there any way to find out the overflow of text fields when set through script?
Font is set to Arial and I cannot change the font to monospaced due to requirements.
Thanks.
If the string has more than 30 characters for examples, you can create a message for the users.
if (Len(Textfield1) > 30) then
$host.messageBox("Too much characters")
endif
radzmar
• LoveCycle Blog
Documents you need:
• LiveCycle Designer ES2 Docs