Home General
New Blog Posts: Merging Reports - Part 1 and Part 2

Limit Detail Rows

edited October 2005 in General
Delphi6 SP2 / RB 7.04 Server (soon to upgrade)

Is there a way to limit the number of rows returned in the detail portion of
a master detail report? I want to limit them by the rowcount, not by a date
or other data specific criteria.

Thanks!

Comments

  • edited October 2005
    Hi Jon,

    You can change the TppDBPipeline.RangeEnd property to reCount then set the
    RangeEndCount property to the number of records you would like to traverse
    before ending. Doing this to the detail pipeline should give you the effect
    you are after.

    --
    Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com

    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
This discussion has been closed.