vik.patil
25th August 2016, 23:06
Hi,

In our customized session we are calling Standard DAL Business method to run report. This Business method is displaying Progress Indicator which keep User's screen busy. Can we suppress this progress indicator which is coming from Standard function?

Any Help will be appreciated.

Regards,

Vikram

Ajesh
26th August 2016, 09:33
Well, you then need to create your own function because you cannot tamper with the standard.

Or Else try using destroy.progress.indicator() in your code, Although i doubt the standard program will reach it because it is still in the progress bar loop.