Hi,
I use the following code
Dim job2 As HttpJob
job2.Initialize("Job2", Me)
job2.Download2("http://www.xxxxxxx.com/insert.php",arr)
This works fine , I get an success info in JobDone
Now I need to do this about 50 times with different data. I have the data in a list.
When successfully a job2.Download2 was made, I want to delete the item from my list
and make the next job2.Download2.
When not successfully than stop.
How I can do this ?
Thanks
I use the following code
Dim job2 As HttpJob
job2.Initialize("Job2", Me)
job2.Download2("http://www.xxxxxxx.com/insert.php",arr)
This works fine , I get an success info in JobDone
Now I need to do this about 50 times with different data. I have the data in a list.
When successfully a job2.Download2 was made, I want to delete the item from my list
and make the next job2.Download2.
When not successfully than stop.
How I can do this ?
Thanks