Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Terminal Object / LocalEcho Property
In This Topic
LocalEcho Property
In This Topic
Gets or sets whether the local computer should "echo" typed characters directly to the screen.
Syntax
expression.LocalEcho As Boolean
where expression is a variable that represents a Terminal Object
Remarks
If a host connection exists and both the Online property and LocalEcho are set to true, typed characters will appear on the screen twice; once when echoed from the local computer, and a second time when echoed back from the host.

Set LocalEcho to true only for communication with a host system that does not echo typed characters.

When Reflection is in Local or Block mode, characters are echoed locally even if LocalEcho is set to false.

The default value is false.
See Also