How to add a progress message to the Generate report button on a report pane

0
I have a 'Generate report' button on a report pane. When the user generates this report it can take a (very) long time, so I would like to add a progress message, just like on an action button on eg a data grid. How can I do this for such a 'Generate report' button on a report pane?
asked
1 answers
0

In the microflow action button you have a "microflow settings" option, where you can define a progress message and if the popup of this message should be blocking or not.

Please read the following documentation, section "Show progress bar": https://world.mendix.com/display/refguide6/Starting+Microflows#StartingMicroflows-Showprogressbar

answered