Report set to Print 2 Copies

bpweb123bpweb123 Member Posts: 19
Hi All, is there a setting or properties to set a certain report to automatically print out 2 copies?
If I set the Windows default printer setting to 2 copies, I believe it will affect all reports.

I browse through the report properties but could not find such features, or perhaps it should be in the Report C/AL Code?

Answers

  • BeliasBelias Member Posts: 2,998
    you have to create a dataitem based on Integer Table, and then indent all the other dataitems by 1 more.
    you then receive the number of copies as an input from the user and you filter the integer dataitem accordingly.
    In this way, the report is printed "n" times...
    -Mirko-
    "Never memorize what you can easily find in a book".....Or Mibuso
    My Blog
  • matttraxmatttrax Member Posts: 2,309
    Yeah, check out other reports in the system and you should be able to see how it works.
  • BeliasBelias Member Posts: 2,998
    matttrax wrote:
    Yeah, check out other reports in the system and you should be able to see how it works.
    i thought to suggest to look at sales invoice, but it's not a simple/basic example...do you know a simpler one, maybe? :roll:
    -Mirko-
    "Never memorize what you can easily find in a book".....Or Mibuso
    My Blog
  • bpweb123bpweb123 Member Posts: 19
    Thank you all, really helpful
    I will take a look at Sales - Invoice Report as a reference and try it out :)
Sign In or Register to comment.