Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / FileTransfer Object / WRQStartOfFrameCharacter Property
In This Topic
WRQStartOfFrameCharacter Property
In This Topic
Returns or specifies the character that indicates the beginning of a file transfer frame.
Syntax
expression.WRQStartOfFrameCharacter As String
where expression is a variable that represents a FileTransfer Object
Remarks
If WRQFastFileTransfer is true, fast file transfers are attempted. If a fast file transfer takes place, the WRQStartCharacter property is ignored. This property is relevant only for transfers that use the WRQ/Reflection protocol.

The default is the start-of-text character, which can be represented as Chr$(2). The value can be any control character with an ASCII value less than 32, that is, Chr$(0) through Chr$(31), or an opening parenthesis. It is recommended that you not set this property to Chr$(0), Chr$(13), Chr$(17), Chr$(19), or Chr$(25).

See Also