InterruptQueryProcess (Method)

Applies To:

Document object

Description:

Interactive Reporting document file level function that stops the processing sequence and should be used only with the OnPreProcess (Method) event. This method takes no arguments.

Syntax:

Expression.InterruptQueryProcess()

Expression Required:

Interactive Reporting document file

Example:

This example displays the InterruptQueryProcess method for an active Interactive Reporting document file:

ActiveDocument.InterruptQueryProcess()