InfoConnect for Unisys
IndAutoPositionCursor Property


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
Attachmate.Reflection.SecuredSettingException This exception is thrown when you modify a 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