Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / IbmTerminal Object / AidFieldExit Property
In This Topic
    AidFieldExit Property
    In This Topic
    Gets the session file path. Gets or sets a value indicating whether unrestricted sending of aid key (F1-F24 only) values from restricted input fields to the host is allowed.
    Syntax
    expression.AidFieldExit 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
    This property applies to 5250 sessions only. The default is false.
    See Also