New to WeOnlyDo - WeOnlyDo Discussion board

New to WeOnlyDo (wodFtpDLX / wodFtpDLX.NET)

by Reggie Madrigal, Tuesday, September 06, 2005, 22:18 (6805 days ago)

I have just started using the WeOnlyDo software today. We have purchased the WodFTPDlx. I was trying to follow the sample for FTP connection in VB 6.0, and re-apply to VB.NET, I kept receiving the error, Could Not Execute, not connected.

I referenced the dll, and followed the sample, but still cannot connect. Any suggestions? Thanks.

Re: New to WeOnlyDo

by wodSupport, Tuesday, September 06, 2005, 22:28 (6805 days ago) @ Reggie Madrigal

Reggie,

try setting Blocking property to True. Seems to me you put some more code after calling Connect method. So, you assume it will connect and then execute your methods, but instead component tries to connect in the background - giving you error.

Can you try that?