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


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