Example

The following example shows how to use the connection name to set the connection for a newly created autECLXfer object.

DIM  XferObj as Object
 
Set XferObj = CreateObject("ZIEWin.autECLXfer")
 
' Initialize the connection
XferObj.SetConnectionByName("A")