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
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