Printing in different Printer Trays

ramasettipetaramasettipeta Member Posts: 14
Hi,
while printing a check in NAV 5.0 Sp1 , if there are more than 10 invoices applied to a payment, is there a way to print the stubs from 11 onwards in a different Tray in the Printer.

Thanks
Rama

Comments

  • ara3nara3n Member Posts: 9,257
    Yes it's possible. I had to make this modification for a client.
    It involves create another report that would print the stub and calling it from the check report. you need to store the stub in temporary variable and then print it from the other report.
    Ahmed Rashed Amini
    Independent Consultant/Developer


    blog: https://dynamicsuser.net/nav/b/ara3n
  • ramasettipetaramasettipeta Member Posts: 14
    But how will print the othere report in a different tray of the same printer. My problem is check (check/stub/stub)should be printed in the first tray and the stub if more than 10 invoices should print in the second tray. If you have done it can you send me the object.

    Rama
  • ara3nara3n Member Posts: 9,257
    Here is the link.

    http://sites.google.com/site/ara3nfiles ... edirects=0


    You can set the second report to print to separate tray. It’s a property of the report.
    PaperSourceFirstPage
    PaperSourceOtherPages
    Ahmed Rashed Amini
    Independent Consultant/Developer


    blog: https://dynamicsuser.net/nav/b/ara3n
  • ramasettipetaramasettipeta Member Posts: 14
    Thank you very much Rashed, I will work on it.

    Rama
  • ramasettipetaramasettipeta Member Posts: 14
    Hi Rashed,
    One quick question i saw both your reports. The properties shown below are same for both the reports. Is there any reason.

    PaperSourceFirstPage = Middle feed
    PaperSourceOtherPages = Middle Feed

    Remember my report prints 2 pages but only from one tray. So I changed in my report and set PaperSourceFirstPage = Middle feed and PaperSourceOtherPages = Lower Feed, because checks are in middle and plain papers in lower, but it is not working.

    Thanks
    Rama
  • ara3nara3n Member Posts: 9,257
    No reason. I was doing the work remotely, so I had to ask the user to test and see which was working.

    I don't think the object was the final version.
    Ahmed Rashed Amini
    Independent Consultant/Developer


    blog: https://dynamicsuser.net/nav/b/ara3n
  • ara3nara3n Member Posts: 9,257
    I think there is a bug in Navision exe with tray selection to fix it is to try the newest exe, the workaround is to run the second report from object designer. Click on File Page Setup and select the TRAY, then close the report.
    Then test it. If you make any changes to the report, you have redo the above steps. I believe it stores this in zup file so you have to redo it.
    Ahmed Rashed Amini
    Independent Consultant/Developer


    blog: https://dynamicsuser.net/nav/b/ara3n
Sign In or Register to comment.