cancel
Showing results for 
Search instead for 
Did you mean: 

How to increase length of UI elem so that it can handle >1024 characters ?

vishesh_malik
Participant
0 Kudos

Hi Experts,

I am trying to bind text edit UI with an attribute having length of 4096 characters. But when I run application and try to enter more than 1024 characters, it gives me error "Value is too large" . My requirement is to make a field with if not infonite then atleast whatever is possible at max. Can any one of let me know how can I increase the lenght of UI element be it Inputfield, TextEdit or Textview ?

Any pointers will be helpful!!

Thanks,

Vishesh

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

You can use TEXT VIEW UI lement,

and declare attribute of type STRING and bind. You can display any no of chars.

Cheers,

Kris.

Answers (1)

Answers (1)

Former Member
0 Kudos

what is the data type of the attribute you have binded ? is it String? otherwise try with string type attribute