cancel
Showing results for 
Search instead for 
Did you mean: 

Text Edit: Value Too Large

Former Member
0 Kudos

Hello,

We have changed the attribute bounded to a text edit element in our WD application from type String to type Char1800. The objective is to truncate automaically the text when users are typing.

Users are now receiving a "value too large" error message every time they enter more than 1024 characters in the text edit. This didn't happen when we were using type string in the attribute.

Do you know of a way to overcome this issue?

Thanks in advance.

Kind regards,

Ricardo

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Once check the cols and rows property of text edit, that may be restricting further entries.

Answers (2)

Answers (2)

Former Member
0 Kudos

You can use STRING and truncate manually if the length goes over a certain limit.

Regards,

Fareez

Former Member
0 Kudos

use OTR