cancel
Showing results for 
Search instead for 
Did you mean: 

crystal report

former_member229757
Participant
0 Kudos

Hi Experts,

In crystal report how to give particular text alone bold.

My client having some 5 lines content in that i want to highlight particular text to make bold

Thanks

Vinoth

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

As long as the first line ends with a full stop you can replace @text with your formula

Ian

Former Member
0 Kudos

Where does the data come from.

If its all one field then it quite difficult but possible, Can you define rules for identifying text? Is IMPORTANT TO NOTE part of the field too?

This only works for text field excluding the Important to Note

I created a formula @text replace with your field

@text

'Machine paper print to fabric print. Then a load of other text.'

@Bold// instr returns first character position of designated character in this case a full stop

left({@text},instr({@text}, "."))

@NotBold

mid({@text},instr({@text}, ".")+1)

Place these two formula in a text box alongside each other and then embolden the formula @Bold, set textbox to grow

Ian

former_member229757
Participant
0 Kudos

Hi

can u please explain in detail

Thanks for your help

Thanks

Vinoth

Former Member
0 Kudos

That's about as much detail as I can give. Please give it a go and see how you get on.

Ian

former_member229757
Participant
0 Kudos

Hi

Already my paragraph 5 lines contains in formula filed because am having different languages

Again how to apply your formula in that

Thanks

Vinoth