Rocket® InfoConnect Desktop (formerly a product of Micro Focus or formerly a product of Open Text) documentation, created before Rocket Software acquired certain products from OpenText, may include outdated references to "Micro Focus" or "OpenText", both of which are trademarks of OpenText or its affiliates. Rocket Software is not affiliated with Micro Focus or OpenText and has since rebranded these products as Rocket® products. You may also encounter outdated links in this documentation. If you do, please contact Rocket Support (support@rocketsoftware.com) for assistance.
BeforeConnectStartupAction Property (Terminal)
In This Topic
Gets or sets a sequence of action(s), such as running a macro, to run automatically
before a connection is established.
Syntax
expression.BeforeConnectStartupAction As InputMapActionSequence
where expression is a variable that represents a Terminal Object
Property Value
An InputMapActionSequence objectExceptions
| Exception | Description |
|---|---|
| ArgumentException | This exception is thrown if the set parameter is longer than the maximum allowed. |
| Attachmate.Reflection.SecuredSettingException | This exception is thrown when you modify a property that was secured via the Permissions Manager or that can only be modified by an Administrator. |
Remarks
Before Connect Startup action sequences run before the terminal attempts to connect
to the host. They should not include any actions that require a live host screen,
such as sending keystrokes.
See Also