cancel
Showing results for 
Search instead for 
Did you mean: 

bold part line in sapscript

Former Member
0 Kudos

hi,

is there possible to bold part line in sapscript?

for example: <b>NAME: </> blablabla

i tried and didnt work.

thanks,

dana.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi dana,

You can use character formats to solve this problem.

Create one character format with font option BOLD.

and you can use it to display the text BOLD.

<c>NAME: </> blablabla

Regards,

Sandhya

Former Member
0 Kudos

thank you very much for response and for your time.

that excactly what i did, but it bold all the line and not only part of it.

i create a par.format. the font i defined bold.

than i used it, and wrote <b>title</>:bla

and it bold all the line.

Former Member
0 Kudos

hi dana,

did u create a CHARACTER FORMAT??

Former Member
0 Kudos

yes i did.

Former Member
0 Kudos

thank you all, the problem was with the font.

i guess the family is obligatory when you want to bold part of the raw.

thank you very much for your time.

Former Member
0 Kudos

hi dana,

U can do it with the help of Character formats

Goto character formats..

Create a character format..

click on the Font button

make BOLD on...

In the text elements, give as:

<b><CB>Name: </>.</b>

do reward if it helps,

priya.

Former Member
0 Kudos

Yes,, U can use Character formats for this...

Create a character format with some font and <b>bold</b> <b>on</b>...

Now in the script editor write ..

  • dispalying names <C3>Name : 'Sai ramesh' </>.

to end the effect of character format u need to use </>.

U need to put 'forward slash' in between <>( it is not able to display the forward slash character here ).

C3 is the character format...

Now u will get the output as.

dispalying names <b>Name : 'Sai ramesh'

</b>

reward if it helps u...

sai ramesh

Former Member
0 Kudos

hai sai ramesh,

it's really helpfull...thank you somuch...

thanks and regards,

Roopa