Page 1 of 1

How to run a progress when a jasper report is running ?

PostPosted: Mon Jun 20, 2016 7:21 am
by ashutoslenka426
Hi All,

I am running a jasper report . It may take some long time . In the mean time can I show a progress stuff ? . Is there any alternative for this . Please provide some suggestion for this.

Re: How to run a progress when a jasper report is running ?

PostPosted: Fri Nov 11, 2016 4:20 pm
by vschuurhof
Do you want to achieve this in the Smart Client or Web Client? In the former you can use the "application.updateUI" function. But in the Web Client it is a bit more tricky.

In our "svyUtils" module we have a solution called "svyUtils$webClient" which contains a method called "scopes.svyWebClientUtils.updateUI". This method can update the UI while a method is still running (and is supported for both clients).

Here is the link: https://github.com/Servoy/svyUtils