Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

St text

Former Member
0 Likes
1,151

Hi Friends,

i created st text like

  • <b>Total Balance</>

Its standard text with bold

after that i checked syntex,i got error mesg

" Unknown character format B "

Please give me some suggestions.

5 REPLIES 5
Read only

Former Member
0 Likes
974

Hi,

Did you define the chracter format <b>b</b> in the layout . Please check that alone should be the error .

Regards,

Varun .

Message was edited by: varun sonu

Read only

0 Likes
974

Hi Sonu,

I given default paragraph format (*)

Still i am getting that error.

Regards

ramesh

Read only

0 Likes
974

Hi,

Remove the character format in SO10 .

  • Approved text

Dont give as * <B> Approved text </>

Regards,

Varun .

Read only

Former Member
0 Likes
974

hi ramesh,

in the script u goto Character formats and create an element for example CB

for that element and click on Font tab

and select the radio button <b>On</b> for <b>Bold</b>.

and use like this for ex:

  • <CB> Total Balance</>

hope this helps,

do reward if it helps,

priya.

Read only

Former Member
0 Likes
974

Hi Ramesh,

1) I think character format <b> is not defined in your layout.

2) So create a character format <b> with BOLD and then use this in your standard text.

3) The standard text only supports the following character foramts only.

H Character string, highlighted

U Character string, underlined

( Raw Character String

4)You can use these character formats inside your standard text even though they were not defined in your script.

Thanks,

Vinay