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.
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
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.
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.
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
Comments
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.
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
Rama
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
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
Rama
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
I don't think the object was the final version.
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
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.
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n