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.
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
Read-write: ExecuteOnPostProcess as Boolean, ExecuteOnPreProcess as Boolean, ExecuteOnShutDown as Boolean, ExecuteOnStartUp as Boolean.