Options

No request form for RTC reports?

mrQQmrQQ Member Posts: 239
edited 2010-12-31 in NAV Three Tier
Hi,

how can I disable request form for RTC reports? Setting UseRequestForm to No still shows request page..

Comments

  • Options
    ara3nara3n Member Posts: 9,255
    write the code in a codeunit the following way and let the user to call the Codeunit.

    Report.runmodal(reportid,FALSE,true);
    Ahmed Rashed Amini
    Independent Consultant/Developer


    blog: https://dynamicsuser.net/nav/b/ara3n
Sign In or Register to comment.