I have a list of URLs which I would like to get using HTTPGet.
If I click on a button the program gets the URL and processes the file. If I click again it gets the next file and processes it OK.
However, if I get the program to "click" the button, having processed the file it just hangs on the second HTTPGet.
I am adding the "click" at the end of my processing. I am not doing anything differently to when I click manually so how come it doesn't work?
Clicking button does a GetFile. In the "donefile" processing I read through the temporary file to get some data. This was where I added my automatic "click" by simply calling the button1click routine (which gets the next URL and starts the retreive)