Double Print

How can i print twice the same. The first copy starts from top and the second from 1/2 pages height?

Comments

  • edited 3:30PM
    You could add a script that runs before displaying/printing the band you want on the second page with the 'NewPage; 'command:


    To do this,
    In the edit report mode, select the band you want on another page.
    select the property 'OnBeforePrint', and click on the button with 3 little dots. You should have the following text appearing:
    '
    begin

    end
    '
    You only need to insert the 'NewPage;' between the 'begin' and the 'end', and confirm the change with the tick button.

    alexman.

Leave a Comment