Form sets filter when select a report

Hey everybody,

I have created a form with two datasources with a Menu Button and a clicked method to make a report. Now I`ve the problem when a make a report then ax will filter the marked row in den form and show only this one, after manual refreshing, it will show all rows.

can someone give me a tip how can i fix the failure?

Add following line for freshing datasource

datasourceName_ds.research();

I hope that your issue will be resolved

Thank you! It works… i’ve tried before with reread(), refresh() and refreshEx() but your solution with research() works very good!! Thx again!!