Posted 13 August 2019, 10:03 am EST
Is it safe to build and run in the detail format section. I know the detail section execute for every new instance created.what is the best practice? where is the right section to build and run sql.
thanks,
Forums Home / ActiveReports / ActiveReports v7+
Posted by: yosef.teferi on 13 August 2019, 10:03 am EST
Posted 13 August 2019, 10:03 am EST
Is it safe to build and run in the detail format section. I know the detail section execute for every new instance created.what is the best practice? where is the right section to build and run sql.
thanks,
Posted 14 August 2019, 2:27 am EST
Hello Yosef,
What I understand from this, you want to run a SQL query and fetch data from the database. If my understanding is correct, then please use the “Report_Start” event to fetch the data.
If my understanding is wrong, please explain in detail.
Thanks.