InfoConnect VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / FileTransfer Object / DfltXfrType Property
In This Topic
DfltXfrType Property
In This Topic
Gets or sets the default type for Mainframe transfers. This property is only relevant for 3270 sessions using Mainframe transfer.
Syntax
expression.DfltXfrType As DefaultTransferTypeOption
where expression is a variable that represents a FileTransfer Object

Property Value

A DefaultTransferTypeOption value.
Remarks

The default is Binary. (It is Jiscii if you are running a Japanese version of InfoConnect.)

This property only affects transfers in the Transfer dialog box, since a transfer type must be specified in transfer commands.

See Also