InfoConnect VBA Guide
Attachmate.Reflection.Objects.Emulation.UTS Library / UtsTerminal Object
Properties Methods Events

In This Topic
    UtsTerminal Object Members
    In This Topic

    The following tables list the members exposed by UtsTerminal.

    Public Properties
     NameDescription
    Public PropertyGets or sets the macro or action that is run after the session connects.  
    Public Property

    Gets or sets the number of beeps to sound when the host sends a message.

     
    Public PropertyGets or sets the macro or action that is run before the session connects.  
    Public PropertyGets or sets the display capture area type.  
    Public PropertyGets or sets a value indicating whether the terminal screen is cleared when the session is disconnected.  
    Public Property

    Gets or sets the number of columns per page. The valid range of values is 2 - 132 inclusive.

     
    Public PropertyGets the ContextMenus object.  
    Public PropertyGets or sets the application ID to use for DASO (Digital Certificate Access Server Automated Sign On) support.  
    Public PropertyRetrieves the pass ticket for DASO (Digital Certificate Access Server Automated Sign On). This field will be empty until a successful call to GetDASOPassTicket is executed.  
    Public PropertyGets the session name that is used for DASO (Digital Certificate Access Server Automated Sign On). The session name and DASO application ID are used by the DASO server when mapping the current user to RACF logon credentials for host access.  
    Public PropertyGets the RACF USERID for DASO (Digital Certificate Access Server Automated Sign On). This field will be empty until a successful call to GetDASOPassTicket is executed.  
    Public PropertyGets or sets a value indicating whether to erase characters when the Space key is pressed.  
    Public PropertyGets or sets a value indicating whether all keystroke functionality for Productivity features (such as Spell Check and Auto Complete) is disabled.  
    Public PropertyGets or sets a value indicating whether recording of Screen History is disabled.  
    Public Property

    Gets or sets a value indicating whether to display all control characters with decimal values less than 32, such as line feed, form feed, and tab characters.

     
    Public Property

    Gets or sets a value indicating whether to enable blinking when the host sends a character that has a blinking attribute.

     
    Public Property

    Gets or sets a value indicating whether to allow a session to be put in system mode.

     
    Public Property

    Gets or sets a value indicating whether to enable the Extended Control Page, which is used for file transfers to System 80 hosts.

     
    Public PropertyGets or sets the control FCC transmit mode  
    Public PropertyGets the FileTransfer object.  
    Public PropertyGets or sets a value indicating the host graphics type for the session.  
    Public Property

    Gets or sets the name of the translation table (.TBL file) to use to convert characters received from the host before they are displayed on the PC.

     
    Public Property

    Gets or sets a value indicating whether to use the status line colors specified in the session settings rather than any colors specified by the host.

     
    Public PropertyGets a value indicating whether the session is connected.  
    Public PropertyGets a value to indicate the polling state.  
    Public Property

    Gets or sets the number of commands to save so that they can be recalled later. The valid range of values is 0 - 10 inclusive.

     
    Public PropertyGets the KeyboardMapper object.  
    Public PropertyGets the Macro object.  
    Public PropertyGets or sets a value indicating whether the user must explicitly connect to the host on session startup.  
    Public PropertyGets a value indicating whether the session configuration has changed.  
    Public PropertyGets the MouseMapper object.  
    Public Property

    Gets or sets a value indicating whether to use the colors defined in the session settings.

     
    Public Property

    Gets or sets the number of pages to use. The valid range of values is 1 - 9 inclusive.

     
    Public PropertyGets or sets the InfoConnect Path ID used for this terminal session. Leave empty to be prompted at session startup for the path.  
    Public Property

    Gets or sets the hexadecimal address of the DID (device identifier) for the device that the host sends host-initiated print jobs to.

    The valid range of values is 0x20 - 0x7F inclusive.

     
    Public PropertyGets or sets the control print mode.  
    Public PropertyGets or sets the printer range mode.  
    Public PropertyGets the Productivity object.  
    Public PropertyGets or sets a value indicating whether QuickPad controls display tooltips.  
    Public Property

    Gets or sets the hexadecimal address of the device identifier (DID) for the device that receives data from a host's disk drive, tape system, or other device. The valid range of values is 0x20 - 0x7F inclusive.

     
    Public Property

    Gets or sets a value indicating whether to repeatedly sound the number of beeps specified by the BeepsOnSystemMessage property when the session has a host message to display.
    If false, only one beep sounds.

     
    Public Property

    Gets or sets a value indicating whether to reverse the foreground and background colors of the status line.

     
    Public Property

    Gets or sets the number of rows per page. The valid range of values is 2- 255 inclusive.

     
    Public PropertyGets or sets a value indicating whether a macro or action is to be run after the session is connected.  
    Public PropertyGets or sets a value indicating whether the connect macro or action is to be run after the session is reconnected.  
    Public PropertyGets or sets a value indicating whether a macro or action is to be run before the session is connected.  
    Public Property

    Gets or sets a value indicating whether to save any changes the host sends to the Control Page or Extended Control Page during a session.

     
    Public PropertyGets the Screen object.  
    Public Property

    Gets or sets a value indicating whether to sound a beep when the cursor moves to the eighth position before the end of the row and when the cursor reaches any position on the last row.

    If false, the cursor location beep does not sound.

     
    Public Property

    Gets or sets the name of the translation table (.TBL file) to use to convert displayed characters before they are sent to the host.

     
    Public Property

    Gets the session file path.

     
    Public Property

    Gets or sets a value indicating whether to remove trailing spaces from the printer output.

     
    Public PropertyGets the Theme object.  
    Public PropertyGets or sets the control transmit mode  
    Public PropertyGets or sets a value indicating whether to translate lowercase characters that are typed to their uppercase equivalents.  
    Public PropertyGets the VBA common project  
    Public PropertyGets the document-specific VBA project  
    Public PropertyGets the version of the terminal session control.  
    Top
    Public Methods
     NameDescription
    Public MethodAdds a reference to a session file that contains macros you want to share with the current session to the VBA References settings. After you add the reference, the macros in that file are available to the current session. When you save your session, the macros are saved in your current session document file and updated each time you reopen your session.  
    Public MethodCloses the terminal session with the close option.  
    Public MethodConnects to the host.  
    Public MethodDisconnects from the host. If no connection currently exists, this method is ignored. Use the IsConnected property to determine if a connection already exists.  
    Public MethodExecute a given action. Actions possible is defined in InputMapActionID.  
    Public MethodIssues a request to the InfoConnect Security Gateway for a DASO pass ticket. On success, the DASOUserID and DASOPassTicket properties will be valid and can be used for automated sign on to the host. The application ID can be preset using the DASOApplicationID property in which case the ApplicationID parameter on this call may be empty.  
    Public MethodRetrieves a list of the session documents referenced by the current session from the VBA References settings. The macros in these session documents are available to the current session.  
    Public Method

    Removes a reference to a session document file from the VBA References settings. After you remove this file name, the macros in that file are no longer available in the current session. To make this change permanent, you'll need to save your session document file.

     
    Public MethodSaves all settings.  
    Public MethodSaves all settings to the specified file.  
    Top
    Public Events
     NameDescription
    Public EventOccurs after InfoConnect connects to the host.  
    Public EventOccurs after InfoConnect disconnects from the host.  
    Public EventOccurs before InfoConnect connects to the host.  
    Public EventOccurs before InfoConnect disconnects from the host.  
    Public EventOccurs before the session closes.  
    Public EventOccurs when an unredacted Primary Account Number (PAN) is displayed or accessed.  
    Top
    See Also