Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / FileTransfer Object / HostFileListMacro Property
In This Topic
    HostFileListMacro Property
    In This Topic
    Gets or sets the macro that runs when you click the Show Host Files button in the Transfer dialog box.
    Syntax
    expression.HostFileListMacro As String
    where expression is a variable that represents a FileTransfer Object
    Remarks
    You can use this macro to reposition the cursor, or to go to a valid screen prior to executing the host file list command. This property is only relevant for 3270 terminal sessions. The default value is "". This string can be up to 260 characters long.
    See Also