View Debug.Write

pinbotpinbot Texas
edited 12:30PM in FastReport .NET

Is there any way to view the Debug.Write output used within a FR.NET script?

Thanks,

Bryan

Comments

  • edited 12:30PM
    No, but you can use own logging methods. For example, in the report.StartReport event you create a new file, in the other events you write to this file, and in the report.FinishReport you close the file.
  • pinbotpinbot Texas
    edited 12:30PM
    Alex,

    I put a StartReport event in the report script and tried to open a text file for logging.

    When I click on Preview in the designer, I get an Access Denied exception.

    Screen capture attached.

    What the best way to capture debugging info from within the report script (and designer).

    Thanks,
    Bryan

  • edited 12:30PM
    pinbot wrote: »
    Alex,

    I put a StartReport event in the report script and tried to open a text file for logging.

    When I click on Preview in the designer, I get an Access Denied exception.

    Screen capture attached.

    What the best way to capture debugging info from within the report script (and designer).

    Thanks,
    Bryan


    Use a different location (not the root of c, preferably another drive...)

Leave a Comment