Hi all.
The report is for a master-detail query. Line counts of detail is changing, of course. My problem is, though, I want it always print 10 detail lines even the actual detail line was less than 10. For example, if there is only one detail line, it should print one detail line plus 9 empty lines; if there is 15 detail lines, it will print two pages, the first page print 10 detail lines, the second print 5 detail lines plus 5 empty lines.
There is also a little bit more to do. At the first line of these empty lines, i should print something like "********* END OF DETAIL ************" in a field (say description field)
How to do that? Thanks!