The EditReport method displays the report wizard so the specified report can be edited. This method is most commonly used when you want to edit a report from an application using the SQProxy object.

Syntax

EditReport(ReportName as String
    [, NoEventLoop as Boolean]]) as Object

Parameters
ReportName
The name of the report to edit. If a report with that name doesn't exist, the ErrorMessage property contains "ReportName could not be loaded."

NoEventLoop
Pass True if you do not want an event loop and want NewReport to return a reference to the wizard form or False if you do want an event loop and want NewReport to return once the wizard is closed (and return nothing in that case). Passing True allows you to bring the wizard window to the top if desired, but you also need to not allow the wizard form reference to go out of scope or the window closes.

Return Value
None.

See also

NewReport | ReportEngine Object | SQProxy Object

© Stonefield Software Inc., 2023 • Updated: 05/12/17
Comment or report problem with topic