printing with jasper reports take too long

Hello,
In our solution we have to print 5 reports when we record a new register.
This take too long, and until all the printing are sent to the printing via the jasper report plugin the user can’t continue using the application.
There is any way to release the application and not to wait to finish the print work?
Thank you for your help.

mo_ca_mo,

Have a look at the headless-client plugin that is bundled with Servoy 5.2.
You can use this to run some code asynchronously in a client on the server.

viewtopic.php?f=25&t=13557

Rob