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..
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.
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.
Comments
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
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
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
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Ok it works. . But I had a total line and it hangs to next page. How can
it appear both of the pages..
Thanks
to generated page.. Is it possible its a autogenerate field in database..