Print Report without Request form

TimurcinTimurcin Member Posts: 3
Hy all, :D

I create a Report and in the properties the value for useReqform Is No.
When I run this Report from the object designer, it works fine and prints directly.

But when I select this Report in the Report selections(in Purchase & Payables) and push print in the purchase Orders the Request form pop-up.
What I have to do so I can print directly without Request Form in that way?

The request is, that I must not programming (or minimum). It must be possible to set properties or something like that to solve this problem.

:-k

Comments

  • giulio.cipogiulio.cipo Member Posts: 77
    when you run a report from report selection you run a codeunit that run the report and set use requestform parameter to true.
    you have two solution :
    1 - modify codeunit (not suggested)
    2 - create a button and run report form there in that case the system will not show request form
  • DenSterDenSter Member Posts: 8,305
    Open F1 help and search for Report.RUN and Report.RUNMODAL, you will find examples there.
  • TimurcinTimurcin Member Posts: 3
    Thanks all :)
  • paddypowerpaddypower Member Posts: 98
    Hi Guys,

    What was the solution to this?

    I have added a new report to report selections when printing a sales order, I don't wan the dialogue box to appear so I set the parameters on the report to:

    UseRegForm = No

    But the dialogue box appears if I run it in the report? What do I need to do ?

    Thanks

    PP
Sign In or Register to comment.