It seems setting the oHttp.wininetsettimeout(15) was causing the crash, it is working fine now.
Thanks
Sam
oHttp = Create('wwHttp') *!* oHttp.wininetsettimeout(15) oHttp.nHTTPConnectType=1 && 3 oHttp.nhttppostmode=1
It seems setting the oHttp.wininetsettimeout(15) was causing the crash, it is working fine now.
Thanks
Sam
oHttp = Create('wwHttp') *!* oHttp.wininetsettimeout(15) oHttp.nHTTPConnectType=1 && 3 oHttp.nhttppostmode=1
What is the exact error and where does it occur?
InternetSetOption is a Windows API call so it should work unless there's any code that's calling CLEAR DLLS somewhere in your code...
+++ Rick ---
After downloading the shareware client tools 5.62 .I am getting an error
File internetsetoption.prg does not exit
lRetVal=InternetSetOption(lnHandle,INTERNET_OPTION_CONNECT_TIMEOUT,@dwTimeoutSecs,4)
The old copy of wwhttp did not contain Addheader Function but worked for longest time.
I removed all the old programs now looking forward to upgrade .
Thanks
Sam