Setting PageCount from Delphi

Hi,

my report has two pages (TfrxReportPage) and under some conditions
the first page should be print twice before the second page is printed.

E.g. an invoice with attachment. The invoice should be printed twice
and the attachemts only one time.

With the designer I change PageCount of page1. I could print 'Copy'
on the second page - all work well.

But how could I change PageCount of page1 from Delphi (XE8)?

Please help me!

Brigitte

Comments

  • gpigpi
    edited 9:34PM
    TfrxReportPage(frxReport1.FindObject('Page1')).PageCount := ...

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.