Re: Recieve problem - WeOnlyDo Discussion board

Re: Recieve problem (General questions)

by wodSupport, Wednesday, February 23, 2005, 12:21 (7024 days ago) @ Maverick2004

It's because Connection wasn't even initiated. Component couldn't resolve hostname you specified, and it failed immediately.

You can do On Error Resume Next and then check Err object after Connect to trap these errors.

Or, specify IP - it will work then.


Complete thread: