Filter window and attached report template

Hi.
I saw someone wrote an application using a filter (filter.png) that outputs a report with the area entered.
Question. How exacly was the filter window done and attached to the report template?
Hope this is clear

Result
filter

On the Report procedure, go to the Window formatter and add the “Pause button” control template.
Set the options as you wish.
Change the Progress window as you wish.

Hope this helps

1 Like

Hi Tony - Is it this thread that you’re referring to? Adding a filter window for a Report

For the suggestion that I made, the dialog is just a procedure using the Window template.

The Report procedure itself accepted parameters that I needed for setting up and filtering my report.

I tied the two together in a source procedure:

 IF MyReportDialog(MyParameterGroup)
    MyReport(MyParameterGroup)
 END
1 Like

Thanks so much. I will give it a shot

Thanks Jeff. This was so helpful. I got sorted

1 Like