Problems with Collate
Posted: Tue Nov 27, 2007 3:09 pm
Hello folks...
A few days ago I was searching for a solution for printing 2 pages reports.
You added a property called "Collate" to the report that should fix the problem, but I still have the problem occurring.
I have a 2 pages report that is something like I describe below:
Page 1:
DataBand (Master)
DataBand (Detail) -> should appear or not
DataBand (Detail) -> always appear (just one time)
DataBand (Detail) -> always appear at least one time
DataBand (Detail) -> always appear
Page 2:
DataBand
Each band has it's one datasource, that are relationed to the first DataBand by 1 field.
When I set the report's property "Collate" to 2 I have the following result:
(when it should print 8 pages):
Page 1, Page 1
Page 2, Page 2
Page 1, Page 1
Page 2, Page 2
(when it should print 10 pages):
Page 1, Page 1, Page 1
Page 2, Page 2
Page 1, Page 1
Page 2, Page 2, Page 2
(when it should print 12 pages):
Page 1, Page 1, Page 1
Page 2, Page 2, Page 2
Page 1, Page 1, Page 1
Page 2, Page 2, Page 2
(when it should print 14 pages):
Page 1, Page 1, Page 1, Page 1
Page 2, Page 2, Page 2
Page 1, Page 1, Page 1
Page 2, Page 2, Page 2, Page 2
Can you help me? I'm new at Stimulsoft Reports...
(I used to use QuickReport for Delphi to make reports...)
A few days ago I was searching for a solution for printing 2 pages reports.
You added a property called "Collate" to the report that should fix the problem, but I still have the problem occurring.
I have a 2 pages report that is something like I describe below:
Page 1:
DataBand (Master)
DataBand (Detail) -> should appear or not
DataBand (Detail) -> always appear (just one time)
DataBand (Detail) -> always appear at least one time
DataBand (Detail) -> always appear
Page 2:
DataBand
Each band has it's one datasource, that are relationed to the first DataBand by 1 field.
When I set the report's property "Collate" to 2 I have the following result:
(when it should print 8 pages):
Page 1, Page 1
Page 2, Page 2
Page 1, Page 1
Page 2, Page 2
(when it should print 10 pages):
Page 1, Page 1, Page 1
Page 2, Page 2
Page 1, Page 1
Page 2, Page 2, Page 2
(when it should print 12 pages):
Page 1, Page 1, Page 1
Page 2, Page 2, Page 2
Page 1, Page 1, Page 1
Page 2, Page 2, Page 2
(when it should print 14 pages):
Page 1, Page 1, Page 1, Page 1
Page 2, Page 2, Page 2
Page 1, Page 1, Page 1
Page 2, Page 2, Page 2, Page 2
Can you help me? I'm new at Stimulsoft Reports...
(I used to use QuickReport for Delphi to make reports...)