|
|
|
BlueCielo TeamWork 2012 VBScript API Reference | BlueCielo ECM Solutions |
TeamWork event procedures allow you to customize the way TeamWork works by adding your own functionality onto what TeamWork already does. When a user executes certain commands in one of the TeamWork client applications, TeamWork performs a sequence of actions. At various steps in the sequence, TeamWork declares that an action (event) is occurring to which VBScript can react. TeamWork checks for the definition of a specific VBScript procedure (event handler) that corresponds to each event. If the procedure exists, TeamWork executes it before proceeding on to the next step in the sequence. All VBScript event procedures are stored in a code block in the vault separate from the code blocks for the configuration expressions.
Event procedures are more powerful than configuration expressions. Each configuration expression is a single statement to be evaluated. Event procedures can contain many statements and provide additional advantages. Event procedures can:
Each category of event procedures is described in the following topics:
Related concepts
Understanding the names of events
Understanding the order of events
Understanding the TeamWork Script Editor
Understanding the Microsoft Script Debugger
Understanding configuration expressions
Understanding the TeamWork object model
Understanding the TeamWork functions
Understanding automation objects
Understanding object arguments
Understanding VBScript and Web Access
Related tasks
Creating and editing event procedures
Limiting events generated by VBScript
Related information
Copyright © 2000-2012 BlueCielo ECM Solutions |