I have to add several rows from sqlite table to hosted database via http request.
How to imlement a loop to add row by row if a call to Web service via HTTPUtils2 is not blocking ?
I tried to use special variable as a flag, to check when previous call finished (Reset variable in the Done event Sub). Unfortunately the approach doesn't work. Application hangs up and I see in the log message:
"sending message to waiting queue of uninitialized activity (submitjob)"
How to imlement a loop to add row by row if a call to Web service via HTTPUtils2 is not blocking ?
I tried to use special variable as a flag, to check when previous call finished (Reset variable in the Done event Sub). Unfortunately the approach doesn't work. Application hangs up and I see in the log message:
"sending message to waiting queue of uninitialized activity (submitjob)"