bold certain words from field crystal reports -


I have a description field that I want to bold only a few words from the database Crystal Reports 8 "Ponalic" The word is in the description, I want to make that word bold. How can I get this?

Create a formula field and declare string variable in that formula field. / P>

  stringvar sHTML: = {@field}; SHTML: = Change (SHTML, "Ponalic", "And Lieutenant: Span style = 'font-weight: bold' & gt; phoenixic & lt; / span & gt;");  

Right-click on that thread area wherever you want to place that formula area and go to the Format Object Paragraph tab and select HTML Text from the Text Interpretation Option.


Comments