Re: i am still recieving the following error (General questions)
Hi,
I believe what Drazen means was to try something like this:
[code]On Error GoTo ErrorHandler
some code goes here...[/code]
ErrorHandler:
wodHttp1.ProxyType = proxy type
wodhttp1.HostName = proxy address
...
[/code]
Hope this helps.
Regards,
Damba