cancel
Showing results for 
Search instead for 
Did you mean: 

Reg:How to change font style and restrict the lenght 1000char

Former Member
0 Kudos

Hi All

I am using a Text View UI element for user comments  in the screen.

For visibling of that text at run time at I used header2 in design properties,

but I need to display text in the caliber font of size 13 .Can you please provide me the process how to work out this requirement .

2)how can we restrict the characters to only 1000 char in this text view.

And when the user enters 1001 char ,it shouldn't allow to enter the character.

Regards

Deepika

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Deepika,

is it a TextView or TextEdit UI element ?

This restriction of 1000 character can be achieved by attribute with which this text edit's value is bound.

Set the type of the attribute(to which TextEdit is bound) to a Data element of 1000 character. i.e.

CHAR1000_IDOC

CHAR1000SF

Or you can create your custom Data Element having data type as Char and length as 1000.

Regards,

Rohit

Answers (0)