Hi,
Is it possible to hide/cancel progressing dialog when a macro is running?
Thanks.
Hi,
Is it possible to hide/cancel progressing dialog when a macro is running?
Thanks.
Guessing you found a solution to this - but in case you didn't
Output the macro like this
result = Report.execute(report, false);
instead of
result = Report.execute(report, Context.getShowResult());