Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / FileTransfer Object / WRQTranslateCarriageCtrl Property
In This Topic
WRQTranslateCarriageCtrl Property
In This Topic
Returns or specifies whether FORTRAN and PRINT carriage control characters in VMS files are translated.
Syntax
expression.WRQTranslateCarriageCtrl As Boolean
where expression is a variable that represents a FileTransfer Object
Remarks
This property is only relevant for receiving files from VMS hosts (that is, when WRQHostSystem is set to HostSystemTypeOption.VMS). This property is relevant only for transfers that use the WRQ/Reflection protocol. The default value is false.
See Also