ThinClient (Object)

Member of:

Events collections

Description:

Enables or disables execution of an EPM Workspace (thin client) document event in the 8.0 client environment. This object’s properties take a Boolean value, which by default is true.

Example:

This example shows how to disable all document events when running in an EPM Workspace(web-browser) environment:

Documents["Sample1.bqy"].Events["ThiClient"].ExecuteOnPostProcess=false
Documents["Sample1.bqy"].Events["ThinClient"].ExecuteOnPreProcess=false
Documents["Sample1.bqy"].Events["ThinClient"].ExecuteOnShutDown=false
Documents["Sample1.bqy"].Events["ThinClient"].ExecuteOnStartUp=false

Properties:

Read-write: ExecuteOnPostProcess as Boolean, ExecuteOnPreProcess as Boolean, ExecuteOnShutDown as Boolean, ExecuteOnStartUp as Boolean.

Read-only: Name as String