DesktopClient object, PlugInClient object, ThinClient object and Scheduler object.
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.
This example shows how to disable the OnPostProcess document events when running in the web client environment:
Documents["Sample1.bqy"].Events["PlugInClient"].ExecuteOnPostProcess=false