InfoConnect VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / IbmTerminal Object / BeforeConnectStartupAction Property
In This Topic
    BeforeConnectStartupAction Property (IbmTerminal)
    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 IbmTerminal Object

    Property Value

    An InputMapActionSequence object.
    Exceptions
    ExceptionDescription
    This exception is thrown if the set parameter is longer than the maximum allowed.
    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
    BeforeConnectStartup 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