Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Remove carriage return in Crystal 1

Status
Not open for further replies.

auntdolo

MIS
Mar 12, 2014
5
0
0
US
Hi,

I am trying to remove a carriage return field in a Crystal report. There is a carriage return in the resulting text file between these two sections. Both sections are in the same group:

Summary_159-238
Summary_238-285

Any help is greatly appreciated

Thanks,
Dolores
 
Make a formula for the field. Replace({text field},Chr(13),"") probably will work, but may make the entries 'concatenate' (Summary_159-238Summary_238-285).
 
Thanks very much! That worked great - I used CHR(10) instead and it worked perfect.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top