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
Complete thread:
- i am still recieving the following error - phonehax, 2008-07-07, 04:05
- Re: i am still recieving the following error - woddrazen, 2008-07-07, 09:34
- Re: i am still recieving the following error - phonehax, 2008-07-07, 09:50
- Re: i am still recieving the following error - woddrazen, 2008-07-07, 10:03
- Re: i am still recieving the following error - phonehax, 2008-07-08, 06:21
- Re: i am still recieving the following error - wodDamir, 2008-07-08, 09:11
- Re: i am still recieving the following error - phonehax, 2008-07-08, 06:21
- Re: i am still recieving the following error - woddrazen, 2008-07-07, 10:03
- Re: i am still recieving the following error - phonehax, 2008-07-07, 09:50
- Re: i am still recieving the following error - woddrazen, 2008-07-07, 09:34