ExecuteOnStartup (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 Studio), PlugInClient (Object) (Interactive Reporting Web Client), ThinClient (Object) (EPM Workspace) and Scheduler (Object) in the 8.0 client environment. The OnStartup document event is executed when the document is opened.

Action:

Read-write, Boolean

Example:

This example shows how to enable an OnStartup document events when running in the Interactive Reporting environment:

Documents["Sample1.bqy"].Events["DesktopClient"].ExecuteOnStartUp=true