Options

Run report without the request page

I want to run a report multiple times from a form. I know there is report.runmodal but then i can't set parameters from the form. can i skip the request page when the report is declared as a variable?

Answers

  • Options
    ftorneroftornero Member Posts: 522
    Hello @kenyo

    Assuming that the report variable is called myReport, the below sentence skip the request form.
    myReport.USEREQUESTFORM(FALSE);
    

    Regards
  • Options
    ftorneroftornero Member Posts: 522
    Hello @kenyo

    And the same for the request page
    myReport.USEREQUESTPAGE(FALSE);
    
Sign In or Register to comment.