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

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.

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