mycrystalbaby
Programmer
I am displaying three formulas in one concatenation formula in Crystal report.
I would like to keep the text size for first formula as 12 and next two formulas as 10, how do I do it?
That’s how my formulas is in Crystal
totext({@formula1},0,"")+" "+
{@ formula2}+""+
totext({@formula3} ,0,"")
I would like to keep the text size for first formula as 12 and next two formulas as 10, how do I do it?
That’s how my formulas is in Crystal
totext({@formula1},0,"")+" "+
{@ formula2}+""+
totext({@formula3} ,0,"")