iOS Question [Solved] RDC question

yves67

Active Member
Licensed User
Longtime User
Hello,
I have an application which is using RDC/JRDC
When the user click on a button, the application send two requests for remote database using RDC/JRDC mecanishm
The application got the results using the asynchronous Job Done subroutine
It's working fine
but my question is : At the end of these two requests, I would like to dosomething
but how to start an event when all the jobs are completed ?

Thnks for any suggestions
Yves
 
Top