Forums

Find answers, ask questions, and connect with our
community all around the world.

Home Forum Omnis General Forum JSclient Printing

  • JSclient Printing

    Posted by Brian Germann on November 21, 2019 at 9:41 am

    I’m having difficulty printing multiple reports with the jsclient using kDevOmnisPDF. does anyone have some sample coding If i want to print 3 separate reports into one PDF file? I’m using Omnis 8.1.7

    Paul Mulroney replied 4 years, 6 months ago 2 Members · 1 Reply
  • 1 Reply
  • Paul Mulroney

    Member
    January 20, 2020 at 8:45 am

    (disclaimer: I haven’t tried this, but I’ve done something similar a long time ago)
    You could try:
    begin print job
    set report name <report #1>
    <print report #1>
    set report name <report #2>
    <print report #2>
    set report name <report #3>
    <print report #3>
    end print job
    That’s how you could treat three Omnis reports as one print job. I’m assuming that it will just keep appending into the PDF file.
    Regards,
    Paul.

Log in to reply.