httputils2 and Pausing..

abner69

Member
Licensed User
Longtime User
Here what I want to do..
using the httputils2, I want to do a basic post, and wait for the job to be completed...then submit another job, and wait for it to be completed, etc...

using a do while...loop with doevents, I have waited for the JobDone event to fire, but it never does, or the doevents is causing the program to miss it..

anyone have any suggestions?

...Pablo
 

Oswald

Member
Licensed User
Longtime User
Hello Erel,
I have the same problem but in my case it is not clear how many times I need to call the webservice.
I will know it after the first call then I can create a list and call N times..
any suggestions?

BravoX
 
Upvote 0
Top