Hi,
I have created report to print each customer details on saperate page, having four detail sections and the forth detail section will act as a footer and printed at the bottom of each customer statement.
second details section is subreport which customer details,second detail section may extend to number of pages.
Now my issue - If record count is increased, it prints first three detail section on one and the footer detail section(fourth detail section) on separate page, which means a blank page only with footer.
I used reocrdnumber for page break but each record's line count varies , so recordcount won't work here.
I need to find line count rather than a record count so that i can break page easyly.
vanitha