I found the solution: by deleting browsing history in the Internet Explorer. There was an upgrade of IE for security problem the 12th of this month, that may have cause the problem.
I hope by checking the option 'delete browsing history on exit will solve the problem.
Is there a way of deleting browsing data automatically before using Grabweg ?
Jacques366: In fact, it is running OK (I checked all return coded) int HttpOpen = InternetOpenW(" ", 0, " "," ",0 ); int HttpConnect = InternetConnectW(HttpOpen, "", 80, "", "", 3, 0, 1); int HttpRequest = InternetOpenUrlW(HttpOpen,URL, NULL, 0, 0, 0); | Where do you check your return codes? What are Function return values ? How do I use them ? - MQL4 forum and Common Errors in MQL4 Programs and How to Avoid Them - MQL4 Articles |
In my program, I just extract those lines to give the only interesting part. I wrote return code instead the values in return.
Thanks
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Hi,
This is 2 weeks I am encountering a problem using grabweb for downloading calendar data. In fact, it is running OK (I checked all return coded) but it download the page from 2 weeks ago.
This is a very recent problem as this functionality is running for months with no problem. It's like Grabweb doen't go and fetch the internet page but get an old memorized version of that internet page on the computer.
Here is the lines of code I am using, here in a script:
Someone has the clue?