Hello all,
Using HTTPUtils2 and it's the first time i'm using web services, so please forgive me if I come across ignorant.
I've discovered that my code after calling the Download sub is not holding the response string i'm getting back from the webservice (i.e. the code is being run before the JobDone sub is triggered). I put a DoEvents line after calling the download sub, but then any code after that call is not being run at all (but the JobDone sub is tiggered properly and allocates the response string to the variable, just the way I want it to).
Is there a way to let JobDone get triggered without the code after the DownloadData call being run WITHOUT using DoEvents (as it seems to break everything) :\
Many thanks in advance!
Using HTTPUtils2 and it's the first time i'm using web services, so please forgive me if I come across ignorant.
I've discovered that my code after calling the Download sub is not holding the response string i'm getting back from the webservice (i.e. the code is being run before the JobDone sub is triggered). I put a DoEvents line after calling the download sub, but then any code after that call is not being run at all (but the JobDone sub is tiggered properly and allocates the response string to the variable, just the way I want it to).
Is there a way to let JobDone get triggered without the code after the DownloadData call being run WITHOUT using DoEvents (as it seems to break everything) :\
Many thanks in advance!