InfoConnect for Airlines
Xfr400DeleteTrailingSpaces Property


Returns or specifies whether extra spaces at the end of a record are deleted when the records are transferred to the PC.
Syntax
'Declaration
 
Property Xfr400DeleteTrailingSpaces As Boolean
'Usage
 
Dim instance As IFileTransfer
Dim value As Boolean
 
instance.Xfr400DeleteTrailingSpaces = value
 
value = instance.Xfr400DeleteTrailingSpaces
bool Xfr400DeleteTrailingSpaces {get; set;}

Property Value

Trailing spaces are required to ensure accurate data transfer of records containing double-byte characters.

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 setting affects AS/400 data transfer and is only relevant for 5250 terminal sessions.
See Also