Using SmarTeam Hooks in Server Mode
You use SmarTeam hooks in Server Mode differently than in Standalone Mode in several important ways. These are listed below and detailed in the following sections:
- The term "hook function" is used to refer to the code that is attached to a SmarTeam hook.
- Existing BasicScripts scripts that work in non-Server Mode will not operate in Server Mode. They need to be converted using COM-compatible scripting language such as VBScript or into a COM-compatible development tool such as Visual Basic.
- You can run hook functions that were not configured in SmarTeam by specifying the hook's event-based name, following the convention described in the section Naming Hook Functions.
- You cannot use any of the SmarTeam GUI-based hooks, such as hooks for Controls and Forms Events, in Server Mode.