Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / IbmTerminal Object / IgnoreHostPrintReq Property
In This Topic
    IgnoreHostPrintReq Property
    In This Topic
    Gets or sets a value indicating whether a print command in a host data stream is accepted.
    Syntax
    expression.IgnoreHostPrintReq As Boolean
    where expression is a variable that represents a IbmTerminal 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
    When this property is set to true (the default), a print command in a host data stream is ignored. This property applies only to IBM 3270 terminal controls. It is not supported for IBM 5250 terminal controls.
    See Also