Bug with group headers?
Erik van der Gaag
New Zealand
Hello,
We have a problem with our reports, in that we have several group headers for the master data, and we do not want to keep the detail together. ? However the group headers are appearing on the previous page with no data. ? turning on 'keep together' for the group header fixes that problem, but then causes the problem of having huge white space on the pages.
There is the propery on the master data 'Keep header together', but this doesn't seem to do anything.
Here is an example of this happening:
In the Main Demo application, Nested Groups example (3.fr3). ? Design the report, and enable 'Reprint on new page' option for the group headers. (as we want this feature).
Preview the report.
At the bottom of page 12, the group header is displayed, and then repeated on the next page.
How can I avoid this problem?
Thanks very much.
-Erik.
We have a problem with our reports, in that we have several group headers for the master data, and we do not want to keep the detail together. ? However the group headers are appearing on the previous page with no data. ? turning on 'keep together' for the group header fixes that problem, but then causes the problem of having huge white space on the pages.
There is the propery on the master data 'Keep header together', but this doesn't seem to do anything.
Here is an example of this happening:
In the Main Demo application, Nested Groups example (3.fr3). ? Design the report, and enable 'Reprint on new page' option for the group headers. (as we want this feature).
Preview the report.
At the bottom of page 12, the group header is displayed, and then repeated on the next page.
How can I avoid this problem?
Thanks very much.
-Erik.
Comments
if engine.freespace < headerbandname.height + masterdata1.height then engine.newpage;
Is this a bug though? ? Shouldn't the 'Keep Header Together' option do this for you?
Thanks for you help.
Erik.