InfoConnect VBA Guide
Attachmate.Reflection.Objects.Emulation.ALC Library / AlcTerminal Object / Connect Method
In This Topic
    Connect Method (AlcTerminal)
    In This Topic
    Connects to the host.
    Syntax
    expression.Connect() As ReturnCode
    where expression is a variable that represents a AlcTerminal Object

    Return Value

    One of the ReturnCode enum values
    Remarks
    This method returns an error if the connection cannot be made successfully or is ignored if a connection already exists. Use the IsConnected property to determine if a connection already exists. Use HostCommTimeout to specify how many seconds InfoConnect should wait for a host response.
    See Also