Equivalent of Rpt.ShowMessages in ActiveReports.NET?

Posted by: sidney.groosman on 14 June 2021, 7:58 pm EST

    • Post Options:
    • Link

    Posted 14 June 2021, 7:58 pm EST

    I am in the process of converting an application and its reports from ActiveReports 2 to 15.

    Most of the reports use VBScript which has to be converted to VB.NET.

    The users do not have Visual Studio and use the standalone designer to script. Therefor they often use

    MsgBox
    to “debug”. To prevent leftover message boxes from blocking the report generation the application sets
    Rpt.ShowMessages
    to false before each
    Rpt.Run()
    . This worked fine in ActiveReports 2.0 but
    ShowMessages
    is not present on ```

    SectionReport

    
    Is there an alternative for ```
    ShowMessages
    ``` in ActiveReports.NET to suppress message boxes on report run?
  • Posted 15 June 2021, 3:28 pm EST

    Hello,

    Sorry, there is no Equivalent of ShowMessages in AR.Net. Customer needs to comment the message box code.

    Thanks,

    Mohit

Need extra support?

Upgrade your support plan and get personal unlimited phone support with our customer engagement team

Learn More

Forum Channels