The DataEngine.AfterResultSetRetrieved script allows you to perform any necessary tasks just after the result set is retrieved from the database. This can be used for tasks such as cleaning up anything done in a DataEngine.BeforeResultSetRetrieved script or performing additional calculations.

You can access the running report object through the global variable Report.

Parameters
A reference to the Stonefield Query Application object and the SQL statement Stonefield Query created for the report.

Return Value
True if the report run should continue or False if not.

See also

DataEngine Object | DataEngine.BeforeResultSetRetrieved | Scripts

© Stonefield Software Inc., 2023 • Updated: 06/06/16
Comment or report problem with topic