on 2012 Oct 09 10:25 AM
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
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
67 | |
8 | |
8 | |
6 | |
6 | |
6 | |
6 | |
6 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.