InfoConnect for Unisys VBA Guide
UtsTerminal Object Members

The following tables list the members exposed by UtsTerminal.

Properties
 NameDescription
Public PropertyAfterConnectMacroGets or sets the macro or action that is run after the session connects.  
Public PropertyBeepsOnSystemMessage

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

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

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

 
Public PropertyContextMenusGets the ContextMenus object.  
Public PropertyDestructiveSpaceGets or sets a value indicating whether to erase characters when the Space key is pressed.  
Public PropertyDisableKeystrokeProductivityGets or sets a value indicating whether all keystroke functionality for Productivity features (such as Spell Check and Auto Complete) is disabled.  
Public PropertyDisableScreenHistoryGets or sets a value indicating whether recording of Screen History is disabled.  
Public PropertyDisplayControlChars

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 PropertyEnableBlink

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

 
Public PropertyEnableSystemResponseMode

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

 
Public PropertyExtendControlPage

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

 
Public PropertyFCCTransmitModeGets or sets the control FCC transmit mode  
Public PropertyFileTransferGets the FileTransfer object.  
Public PropertyHostGraphicsTypeGets or sets a value indicating the host graphics type for the session.  
Public PropertyHostScreenTable

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 PropertyIgnoreHostColorsOnStatusLine

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 PropertyIsConnectedGets a value indicating whether the session is connected.  
Public PropertyIsPollingGets a value to indicate the polling state  
Public PropertyKeyboardHistorySavedInputs

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 PropertyKeyboardMapperGets the KeyboardMapper object.  
Public PropertyMacroGets the Macro object.  
Public PropertyManualConnectGets or sets a value indicating whether the user must explicitly connect to the host on session startup.  
Public PropertyModifiedGets a value indicating whether the session configuration has changed.  
Public PropertyMouseMapperGets the MouseMapper object.  
Public PropertyOverrideHostFCCs

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

 
Public PropertyPages

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

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

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 PropertyPrintModeGets or sets the control print mode.  
Public PropertyPrintRangeGets or sets the printer range mode.  
Public PropertyProductivityGets the Productivity object.  
Public PropertyReadDeviceIdentifier

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 PropertyRepeatAlarm

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 PropertyReverseStatusLine

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

 
Public PropertyRows

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

 
Public PropertyRunMacroAfterConnectGets or sets a value indicating whether a macro or action is to be run after the session is connected.  
Public PropertyRunMacroAtReconnectGets or sets a value indicating whether the connect macro or action is to be run after the session is reconnected.  
Public PropertyRunMacroBeforeConnectGets or sets a value indicating whether a macro or action is to be run before the session is connected.  
Public PropertySaveHostControlPageChanges

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 PropertyScreenGets the Screen object.  
Public PropertyScreenAlarm

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 PropertyScreenHostTable

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 PropertySuppressSpaces

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

 
Public PropertyThemeGets the Theme object.  
Public PropertyTransmitModeGets or sets the control transmit mode  
Public PropertyUpperCaseOnlyGets or sets a value indicating whether to translate lowercase characters that are typed to their uppercase equivalents.  
Public PropertyVBCommonProjectGets the VBA common project  
Public PropertyVBProjectGets the document-specific VBA project  
Public PropertyVersionGets the version of the terminal session control.  
Top
Methods and Functions
 NameDescription
Public MethodCloseCloses the terminal session with the close option.  
Public MethodConnectConnects to the host.  
Public MethodDisconnectDisconnects from the host. If no connection currently exists, this method is ignored. Use the IsConnected property to determine if a connection already exists.  
Public MethodExecuteExecute a given action. Actions possible is defined in InputMapActionID.  
Public MethodSaveSaves all settings.  
Public MethodSaveAsSaves all settings to the specified file.  
Top
Events
 NameDescription
Public EventAfterConnectOccurs after Reflection connects to the host.  
Public EventAfterDisconnectOccurs after Reflection disconnects from the host.  
Public EventBeforeConnectOccurs before Reflection connects to the host.  
Public EventBeforeDisconnectOccurs before Reflection disconnects from the host.  
Public EventClosedOccurs before the session closes.  
Public EventCreditCardRecognizedOccurs when an unredacted Primary Account Number (PAN) is displayed or accessed.  
Top
See Also

 

 


2015 Attachmate

Send Feedback