combine two fields & bold one in Crystal Report -
want combine 2 database field having datatype string.from 2 fields first 1 make bold. e.g.-employeename(with font bold)+address(with regular font). using vs 2008 in build crystal report.
try below:
take formula , write below code:
"<b>"+employeename+"</b>" + address
then go format field
of formula , paragraph tab
there change text representation
html text
Comments
Post a Comment