Default button on request form of a report

Johnny_ReggaeJohnny_Reggae Member Posts: 63
Is there a possibility to set the 'OK' button on the request form of a report, as the default button ?
So when I call the report with some preset filters, the user just has to push Enter to run the report.

Comments

  • krikikriki Member, Moderator Posts: 9,110
    I am afraid, it is not possible.
    But you can use alt+p as a shortcut to print.

    You can also call the report like this:
    REPORT.RUNMODAL(REPORT::"The Report",FALSE);
    Regards,Alain Krikilion
    No PM,please use the forum. || May the <SOLVED>-attribute be in your title!


  • Johnny_ReggaeJohnny_Reggae Member Posts: 63
    Thx for the answer.
  • jbratzkejbratzke Member Posts: 1
    Hello,

    just create a button on the requestform with ShowCaption=No, PushAction=OK, Default=Yes, Border=No
Sign In or Register to comment.