InfoConnect API Guide
Attachmate.Reflection.Emulation.IbmHosts Namespace / IFileTransfer Interface / IndAutoPositionCursor Property


In This Topic
    IndAutoPositionCursor Property
    In This Topic
    Returns or specifies whether InfoConnect enters IND$FILE commands into the last unprotected field on the screen.
    Syntax
    'Declaration
     
    
    Property IndAutoPositionCursor As Boolean
    'Usage
     
    
    Dim instance As IFileTransfer
    Dim value As Boolean
     
    instance.IndAutoPositionCursor = value
     
    value = instance.IndAutoPositionCursor
    bool IndAutoPositionCursor {get; set;}

    Property Value

    The default value is True.
    Exceptions
    ExceptionDescription
    This exception is thrown when you modify an InfoConnect property that has been secured via the Permissions Manager, or if such a modification requires Administrator privileges.
    Remarks
    This property affects file transfer done using the Transfer dialog box, and also using the IndReceiveFile and IndSendFile methods This property applies to 3270 terminal sessions only.
    See Also