Hi guys.
I'm just looking for some help please with httpUtills.
My problem is that I am calling 2 different HttpUtils.PostString from two different activities. The first one is fine from the first activity. I send the post string then it executes a script on my server and retrieves some data from a mySQL database. The results of this data is handled in the Sub JobDone.
Thats all fine but when i call HttpUtils.PostString with a different Job/Query the second time from a different activity the results go back to the JobDone Sub in the First activity which I dont want. I had put a second JobDone Sub in the second activity with code to handle the second set of results but it never goes near it.
Can I have only one JobDone Sub per project?
please help.
:sign0104:
:sign0163:
:sign0085:
:sign0085:
I'm just looking for some help please with httpUtills.
My problem is that I am calling 2 different HttpUtils.PostString from two different activities. The first one is fine from the first activity. I send the post string then it executes a script on my server and retrieves some data from a mySQL database. The results of this data is handled in the Sub JobDone.
Thats all fine but when i call HttpUtils.PostString with a different Job/Query the second time from a different activity the results go back to the JobDone Sub in the First activity which I dont want. I had put a second JobDone Sub in the second activity with code to handle the second set of results but it never goes near it.
Can I have only one JobDone Sub per project?
please help.
:sign0104:
:sign0163:
:sign0085:
:sign0085: