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

Row Limit

edited October 2005 in General
Hello Gurus

I want to put a limit to the rows which will displayed on the page.. For
example ; after 15 row it can automatically generate new page for additional
rows..

Thanks Guney

Comments

  • edited October 2005
    Hi Guney,

    You can set the number of detail bands printed per page using the
    TppDetailBand.PrintCount property. This is a published property so it is
    available at design-time in the Delphi Object Inspector as well as at
    runtime.

    --
    Regards,

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

    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
  • edited October 2005
    Hi Guney,

    Try placing the total values inside the Footer band if you would like them
    to print at the end of each page. You can also create a group footer and
    place the totals in there if you like.

    --
    Regards,

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

    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
  • edited October 2005
    Dear Nico;
    Ok it works. :) . But I had a total line and it hangs to next page. How can
    it appear both of the pages..
    Thanks

  • edited October 2005
    And Also, I have a invoice number there in the first page How can I add "1"
    to generated page.. Is it possible its a autogenerate field in database..

This discussion has been closed.