I have an multi tier application witch use a TDcomConnection on the client side and a TRemoteDataModule on the Server side.
I have published a process server, which reads a TSQLQuery.
When I call this procedure from the Client application through DComConnection, the client application does not respond until the procedure on the server have not finished.
I've resolved the blocking using threads on the client application to call the procedure on the server application.
But I need to show a TProgressBar on the client application which shows the procedure's progress on the server side
I don't know how can access to the server in the same session while other function is working