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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

New line after each row

Status
Not open for further replies.

dg3249

MIS
Joined
Jun 11, 2002
Messages
41
Location
US
I am using Crystal 8.5 and after each row in the details section it is printing on a new line as if there is a carraige return after each row.
It looks like this;

John Smith
John Smith
John Smith

I'm not sure why this is happening or how to fix it! Help!
 
Are you saying that the same row is repeating, or ???

There should be a carriage return after each row.

Your data looks like it's concatenating a tab or spaces to the front of the data...

I'd be suspect of the data source, but you can try creating a formula to trim spaces instead of using the table field:

trim({MyTable.MyField})

Are you displaying from a column in a Table, View, SP, or is it a formula?

-k kai@informeddatadecisions.com
 
My report has columns from Sunday through to Saturday. So each column is seperate from the other. But what is happening is that Sundays Data will be printed and then Mondays will be printed one row below and so on. I'm not sure that it is the data that is the cause, because this has never happened before.
My formula for the columns looks like this:
Sunday (if {vw_rpt_Weekly_hires.shift_day} = "Sun" then {@Name})
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top