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

Popular posts from this blog

java - Oracle EBS .ClassNotFoundException: oracle.apps.fnd.formsClient.FormsLauncher.class ERROR -

c# - how to use buttonedit in devexpress gridcontrol -

nvd3.js - angularjs-nvd3-directives setting color in legend as well as in chart elements -