Dear all,
I would like to pass Events between 2 independent access-applications.
I have an access-frontend that let the user select data for a printout.
the printout itself is done by the access-middleware(which itself gets its data from sql-server)
Now I do not want to call a procedure of the middleware from the frontend , as this would cause the front end to wait for the middleware, but I want to send a parametrized Event to the middleware.
The question is how to declare a global Event for the middlewar and how to raise it from the frontend.
Any help and ideas appriciated.
(also a cool way to do the same without events would be welcome)
Thanks in advance
regards Astrid
I would like to pass Events between 2 independent access-applications.
I have an access-frontend that let the user select data for a printout.
the printout itself is done by the access-middleware(which itself gets its data from sql-server)
Now I do not want to call a procedure of the middleware from the frontend , as this would cause the front end to wait for the middleware, but I want to send a parametrized Event to the middleware.
The question is how to declare a global Event for the middlewar and how to raise it from the frontend.
Any help and ideas appriciated.
(also a cool way to do the same without events would be welcome)
Thanks in advance
regards Astrid