Adding two reports togather

Dear friends,

I am having two reports how can I print them togather i:e print report 1 at the end of this report 1, continuing in the same page the next report report 2.

thanks for ur help

satish



Answer this question

Adding two reports togather

  • RMatthe

    thanks Dannible,

    I have already tried "Nopageeject" this will only give us one spool output for the multiple reports but getting togather two reports in the same page otherwise we will say that just after the end of the first report it should continue the next in the same page.

    Anyhow thanks for ur help, incase if there is a solution please help me

    regards

    satish


  • Dave-g-o

    Hi Satish33

    Try this:

    Scan
    Report Form report1 Next 1 Noconsole Nopageeject To Printer
    Report Form report2 Next 1 Noconsole To Printer
    Endscan

    Replace report1 and report2 with your report names.



  • Adding two reports togather