Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / IbmScreen Object / ShowSosi Property
ShowSosi Property
Gets or sets a value indicating whether to show shift-out and shift-in (SO/SI) control characters on the terminal screen.
Syntax
expression.ShowSosi As Boolean
where expression is a variable that represents a IbmScreen Object
Exceptions
ExceptionDescription
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
This helps you determine where double-byte characters or fields begin and end. When this property is true, SO/SI characters are shown on the host screen. When it is false, they are not shown. This property is applicable to double-byte terminal sessions only.
See Also