Print documents from Report Selection window

remark
remark Member Posts: 122
Hello, everyone!

Help me please. Can't find out.
After I hit Print button in Sales Order Window, is it possible to print all documents selected for printing in Report Selection window by hitting Print button only once in this only Report Selection window and skip all other windows (Request Form, Choose Printer for each report)?

Regards

Answers

  • einsTeIn.NET
    einsTeIn.NET Member Posts: 1,050
    We solved this by creating a batch report where you can set all your filters etc. and which will call all reports in Report Selection with
    REPORT.RUNMODAL(Number,FALSE,FALSE,Rec)
    
    "Money is likewise the greatest chance and the greatest scourge of mankind."
  • remark
    remark Member Posts: 122
    Thank you! :D