On Activate Document
When it is launched
The script is launched prior to activating the document in the task window (by a double-click, by using menu commands, etc.).
- If the CanOpen.Value property is set to true, the document will be opened in the document editor after the script execution.
 - If the CanOpen.Value property is set to false, the document will not be opened.
 
By default, the value of the CanOpen parameter is true.
Parameters
| Name | Type | Access | Description | 
|---|---|---|---|
| CanOpen | IBoolean | Read/write | Specifies whether to open the document | 
| Context | ITaskWindow | Read/write | The task window | 
| DocumentItem | IDocumentItem | Read/write | The document being processed | 
4/12/2024 6:16:02 PM