InfoConnect for Unisys VBA Guide
T27Terminal Object Members

The following tables list the members exposed by T27Terminal.

Properties
 NameDescription
Public PropertyAfterConnectMacroGets or sets the macro or action that is run after the session connects.  
Public PropertyAlternateRSGets or sets the hex character sent and interpreted as the ending field delimiter. The valid range of values is 0 - 127 inclusive. The default is the RS character (0x1E)  
Public PropertyAlternateUSGets or sets the hex character sent and interpreted as the beginning delimiter of left-justified unprotected fields. The valid range of values is 0 - 127 inclusive. The default is the US character (0x1F)  
Public PropertyAutoFocus

Gets or sets a value indicating whether to change the focus to this session if the T27 terminal receives a message from the host while another session has focus.

 
Public PropertyBeforeConnectMacroGets or sets the macro or action that is run before the session connects.  
Public PropertyBlinkTime

Gets or sets the character blink time in tenths of seconds. The valid range of values is 0 - 50 inclusive.

 
Public PropertyClearKeyInFormsGets or sets a value indicating Clear key interpretation in T27 forms.  
Public PropertyClearScreenAtDisconnectGets or sets a value indicating whether the terminal screen is cleared when the session is disconnected.  
Public PropertyColumnAlarm

Gets or sets the column that the cursor must be in to sound an alarm.
The valid range of values is 1 - 133 inclusive.

 
Public PropertyColumns

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

 
Public PropertyContextMenusGets the ContextMenus object.  
Public PropertyCRInterpretationGets or sets a value indicating how carriage return keys (Enter) are interpreted when pressed.  
Public PropertyCursorWrap

Gets or sets a value indicating whether to move the cursor to the home position on the screen or leave the cursor in place when a character is entered in the last column of the last line on the screen.

 
Public PropertyDC1FunctionGets or sets a value indicating DC1 character interpretation in T27 terminals.  
Public PropertyDC2FunctionGets or sets a value indicating DC2 character interpretation in T27 terminals.  
Public PropertyDelimiterVisible

Gets or sets a value indicating whether to make the delimiter characters visible in forms mode. If false, a space appears instead of the character.

 
Public PropertyDestructiveBackspaceGets or sets a value indicating whether to erase characters when the Backspace 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 PropertyDisplayCRSymbol

Gets or sets a value indicating whether to display a carriage return symbol when the ENTER key is pressed. (This does not affect CRs sent by the host.)

 
Public PropertyDisplayETX

Gets or sets a value indicating whether to display an end-of-text character when the host sends an ETX character.

 
Public PropertyDisplayReceivedHT

Gets or sets a value indicating whether to display a horizontal tab symbol when the host sends an HT character.

 
Public PropertyDisplayTabSymbol

Gets or sets a value indicating whether to display a tab symbol when the TAB key is pressed.

 
Public PropertyDrawBoxesExt

Gets or sets a value indicating whether to draw boxes around fields.

 
Public PropertyEnableHostAlarmGets or sets a value indicating whether to sound alarms (beeps) sent by the host.  
Public PropertyEnableLowerCaseGets or sets a value indicating whether to allow lowercase characters that are typed to remain in lower case. If set to false, lowercase characters are converted to their uppercase equivalents.  
Public PropertyEnableMobileHome

Gets or sets a value indicating whether to allow a host sequence to set a mobile home.

 
Public PropertyEnterKeyNavigates

Gets or sets a value indicating whether the cursor moves to the first column of the next line or the first column of the current line when the ENTER key is pressed.

 
Public PropertyETXAdvance

Gets or sets a value indicating whether to move the Datacomm pointer one position to the right of the ETX location when T27 receives an ETX character (end of text character) from the host.

If false, the Datacomm pointer is moved to the ETX location.

 
Public PropertyExtendedSOSIGets or sets a value indicating whether to enable SO/SI character translation on data received from the host.  
Public PropertyFFClearsTabs

Gets or sets a value indicating whether to clear any variable tabs when T27 receives an FF character from the host.

 
Public PropertyFileTransferGets the FileTransfer object.  
Public PropertyFormXmitToCursor

Gets or sets a value indicating whether to transmit all transmittable fields between home and the cursor position when the session is in forms mode.
If false, T27 transmits all transmittable fields on the page.

 
Public PropertyHideLINCHeader

Gets or sets whether to display the header from a Unisys A-Series host application using third party (LINC) software on the T-27 screen.

 
Public PropertyHostScreenInvert

Gets or sets whether to translate the character to the right of the equal sign in the translation table into the character to the left of the equal sign.

 
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 PropertyInsSpaceGets or sets a value indicating whether to insert a space whenever the Insert key is pressed.  
Public PropertyIsConnectedGets a value indicating whether the session is connected.  
Public PropertyKeyboardMapperGets the KeyboardMapper object.  
Public PropertyLFInterpretationGets or sets a value indicating how line feeds are interpreted  
Public PropertyLineAtATimeTransmitGets or sets a value indicating whether to force the normal Transmit to act like the Transmit Line key.  
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 PropertyPages

Gets or sets the maximum number of pages to use. The valid range of values is 1 - 99 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 PropertyPersistentInsert

Gets or sets a value indicating whether to keep the following keystrokes from disabling Insert mode: TAB, ENTER, UP ARROW, DOWN ARROW, RIGHT ARROW, LEFT ARROW, WORD LEFT, WORD RIGHT, END OF LINE, BACKSPACE, BACK TAB, TRANSMIT, and DELETE.

When true, only the Insert key disables Insert mode.

 
Public PropertyProductivityGets the Productivity object.  
Public PropertyRawEightBit

Gets or sets a value indicating whether to transmit extended characters to the host and preserve the values above ASCII 127.

If false, T27 transmits extended characters as 7-bit characters.

 
Public PropertyReceiveModeHoldGets or sets a value indicating whether to cause screens to remain in receive mode after getting a message from the host.  
Public PropertyRowAlarm

Gets or sets the row that the cursor must be in to sound an alarm.
The valid range of values is 1 - 100 inclusive.

 
Public PropertyRows

Gets or sets the number of rows per page. The valid range of values is 1- 50 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 PropertyScreenGets the Screen object.  
Public PropertyScreenHostInvert

Gets or sets whether to translate the character to the right of the equal sign in the translation table into the character to the left of the equal sign.

 
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 PropertySOHClearsScreenGets or sets a value indicating whether a Start of Header clears the screen.  
Public PropertySOHExitsFormsGets or sets a value indicating whether a Start of Header causes an exit of the form.  
Public PropertySpecialScroll

Gets or sets a value indicating whether to display any data received from the host on the subsequent page when the current page is filled.

 
Public PropertySpecifyKeySendsHexGets or sets a value indicating whether the cursor position should be sent in hexidecimal when the Specify key is pressed.  
Public PropertySpecifyKeySendsPageNumberGets or sets a value indicating whether to cause the page number to be sent to the host when the Specify key is pressed.  
Public PropertyTabSizeGets or sets a value indicating the number of spaces between tab stops. This value can be set only if VariableWidthTabs is false.  
Public PropertyTabStopsGets or sets a value indicating the current tab stops. The return value is a string where tab stops are denoted by the 'T' character within the string. All other non-tab stop positions are denoted by spaces within the string. The setter can only be used when VariableWidthTabs is true.  
Public PropertyThemeGets the Theme object.  
Public PropertyTranslateSOSIGets or sets a value indicating whether to enable SO/SI character translation on data sent to the host.  
Public PropertyVariableWidthTabsGets or sets a value indicating whether tab stops are variable width (true) or fixed width (false). If set to false, then tab stops are set based on the TabSize property.  
Public PropertyVBCommonProjectGets the VBA common project  
Public PropertyVBProjectGets the document-specific VBA project  
Public PropertyVersionGets the version of the terminal session control.  
Public PropertyVTPageAdvance

Gets or sets a value indicating whether to set vertical tabs on rows 1, 9, 17, and 25 when a session is configured for 32 rows per page.

 
Public PropertyWordWrap

Gets or sets a value indicating whether to move the word being typed to the next line if the word has more characters than can fit on the current line.

 
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