| Posted: October 11 2006 at 12:59pm | IP Logged
|
|
|
I have a report that the heading and body text change based on a formula in the report.
Part of the formula needs to be bold but the remaining portions do not. I want to make only the cstr(Sum ({ado.unpaid}, {ado.T_sCode})) bold in the following formula with the remaining text not bold, can anyone help?
if {?Notice} = '10-Day' then 'You are required to pay $' + cstr(Sum ({ado.unpaid}, {ado.T_sCode})) + ', payment of which must be in the form of certified funds or money order, within 10 days of receipt of this notice, to the landlord agent named below, or in the alternative, to vacate and surrender possession of the premises.' else
Thanks in advance
|