InfoConnect VBA Guide
Attachmate.Reflection.Objects.Emulation.Common Library / HostField Object / IsAutoEnterField Property
Example
In This Topic
    IsAutoEnterField Property (HostField)
    In This Topic
    Gets a value that indicates whether the field is a auto enter field. Note: IScreenDataConstants.FIELD_AUTO_ENTER
    Syntax
    expression.IsAutoEnterField As Boolean
    where expression is a variable that represents a HostField Object
    Example
    Dim host As HostField 
    Dim autoEnterField As Boolean = host.IsAutoEnterField
    See Also