Limitations of application scripts
- Last UpdatedJul 23, 2024
- 1 minute read
Application scripts that are executed when WindowViewer starts or shuts down have limitations on their interaction with other objects.
You cannot use On Startup application scripts to:
-
Reference ActiveX methods, properties, or events.
-
Read from or write to controls and I/O tagnames or remote references.
-
Run data change scripts and condition scripts.
You cannot use On Shutdown application scripts to:
-
Read from or write to controls and I/O tagnames or remote references.
-
Start other applications.