Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Terminal Object / StatusBarText Property
In This Topic
StatusBarText Property (Terminal)
In This Topic
Gets or sets the text displayed on the status bar.
Syntax
expression.StatusBarText As String
where expression is a variable that represents a Terminal Object

Property Value

The default is "&s - &c". The maximum string length is 260 characters. Various special characters can be included in this string:

Character Displays
&w "Micro Focus"
&r Product Name
&f Settings File Name (or 'Untitled' if a settings file is not open)
&s Session Type
&t Transport
&h Host Name
&d Date
&c Connection Status (whether you are connected and over what transport)
&p Printer Status (relevant only in if the Session Type is IBM 5250 Printer or IBM 3270 Printer)
&x Transfer Status (the percentage complete of file and data transfers)
&v Assigned Device Name (relevant only for 5250 sessions that use an assigned Device Name)
&l Assigned LU Name (relevant only for 3270 sessions that use an assigned LU Name)
&o Profile Name
&& A Single Ampersand

See Also