Limit rows per page delphi 5
Hi to all,
i have a report with many rows... but, i need to limit to 15 rows per page, i had use ROWCOUNT Property of a MASTERDATA but only print 15 rows, and the TQUERY has 32 rows, i need to print all rows, but just only 15 rows per page
how can i limit rowcount per page to 15 rows?
Thanks
i have a report with many rows... but, i need to limit to 15 rows per page, i had use ROWCOUNT Property of a MASTERDATA but only print 15 rows, and the TQUERY has 32 rows, i need to print all rows, but just only 15 rows per page
how can i limit rowcount per page to 15 rows?
Thanks
Comments
in the obp event of the band write code to
check the line# variable and use engine.newpage to force the newpage.