Hi,
I have a problem with a report and the page break.
The report is a list of articles with header and description:
Body (1)
article header
AND
Body (2)
article description small (2 lines)
CurrReport.SHOWOUTPUT(true/false)
OR
Body (3)
article description large (8 lines)
CurrReport.SHOWOUTPUT(true/false)
OR
Body (4)
article description large + picture (10 lines)
CurrReport.SHOWOUTPUT(true/false)
Header and description must be on the same page, so I try to use the 'Keep With Next' property in the page header, but that want work properly. How can I tell the report that there are (only) 2, 8 or 10 more lines.
Thanks
Hubertus
0