AS Albina Schupak on March 23, 2016 Hi, Is it possible to hide/cancel progressing dialog when a macro is running? Thanks. Bookmark Like Share Sign in or register to reply. Notify Moderator 1 Reply Sort by Date ASC Date DESC Likes Sort by Date ASC Date DESC Likes DB Dave Butcher on December 6, 2016 - 23:58 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()); Like Sign in or register to reply. Notify Moderator
DB Dave Butcher on December 6, 2016 - 23:58 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()); Like Sign in or register to reply. Notify Moderator
Dave Butcher on
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());