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

Comments

  • gordkgordk St.Catherines On. Canada.
    edited 6:55PM
    use the line# variable and modulo math
    in the obp event of the band write code to
    check the line# variable and use engine.newpage to force the newpage.

Leave a Comment