number of copies of page different from page1 to page2

Good days
I have a report with two pages, when I need 3 copies by example,
the first page is printed by this number of copies (3),
but the second page need print one copy (1),
I need to do it in time of execution.
I put this code in the event Onbeforeprint of Page2
page2.visible: = (STRTOINT (<CopyName#>) <= 1)

But it does not work, someone can help me?

Comments

  • edited 12:14PM
    Hi

    I've got the same problem. I need to print n copies Page1 and only 1 copy Page2. How can I do that?
  • edited 12:14PM
    Make use of FR's composite report capability.

Leave a Comment