ExecuteOnPostProcess (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) (Hyperion System 9 BI + Workspace) and Scheduler (Object) in the 8.x client environment. The OnPostProcess document event is executed after the query is processed.

Action:

Read-write, Boolean

Example:

This example shows how to disable the OnPostProcess document events when running in the web client environment:

Documents["Sample1.bqy"].Events["PlugInClient"].ExecuteOnPostProcess=false