I am trying to ftp a pc data file to a mainframe dataset using the OBJECTX File Transfer Control (WDFTXCTL.OCX). Has anyone ever used this? I cannot find any help or examples anywhere. I don't know if there is anything that needs to be installed on my pc to use the control.
I am using the code bHmsvFTP = frmFTP.HmsvFTP.Transfer to actually execute the transfer. I get the following error:
Compile Error: Argument Not Optional. When I run the help on this error, it tells me that there is a parameter (that I omitted) that is not optional in a user-defined procedure. This is not a user defined procedure though.
Any advice?
I am using the code bHmsvFTP = frmFTP.HmsvFTP.Transfer to actually execute the transfer. I get the following error:
Compile Error: Argument Not Optional. When I run the help on this error, it tells me that there is a parameter (that I omitted) that is not optional in a user-defined procedure. This is not a user defined procedure though.
Any advice?