ExecuteOnPreProcess (Property)

Applies To:

DesktopClient object, PlugInClient object, ThinClient object and Scheduler object.

Description:

Enables the execution of an OnStartup document event for the DesktopClient (Object) (Interactive Reporting, PlugInClient (Object) (web client), ThinClient (Object) (EPM Workspace) and Scheduler (Object) in the 8.0 client environment. The OnStartup document event is executed immediately before query processing. To discontinue processing for a defined condition in the PreProcess() event, see the InterruptQueryProcess (Method).

Action:

Read-write, Boolean

Example:

This example shows how to enable the OnPreProcess document events when running in the Scheduler environment:

Documents["Sample1.bqy"].Events["Scheduler"].ExecuteOnPreProcess=false