Thanks!
Another newb question:
Im using HttpUtils, I tried to get tables with this commands:
HttpUtils.PostString("Job1", ServerUrl, "SELECT * FROM TAB1")
HttpUtils.PostString("Job2", ServerUrl, "SELECT * FROM TAB2")
Expecting that after the JobDone the code resumes from the sub that started the 1st PostString, but its not happening, the second PostString does not fire...
I see a sample that work only calling a poststring from a JobDone, other samples not, with dim, Initialize and such that seems working the way I expected...
Any advise will be great, in the best way to load consecutive tables...
Many Thanks in Advance.