Skip to Content
0
Former Member
Sep 17, 2007 at 04:02 PM

Add a carriage return in a Unbound String Field

93 Views

Post Author: Razzle00

CA Forum: Formula

Hi,

How can I add a carriage return to an unbound string field in a crystal report. I am using the bundled version of CR with MS Visual Studio 2003 & 2005. My formula needs to look something like this....

'Heading One:' + CARRIAGE RETURN + trim({tablename.fld_1}) + CARRIAGE RETURN + 'Heading Two:' + CARRIAGE RETURN + trim({tablename.fld_2})

this code all needs to be in 1 unbound string field. Is this possible?

Thanks,

Razzle