How to disable connection auto opening on report loading in designer
Grzegorz Molenda
Lublin, Poland
Hi,
I have this problem with FR5 latest version, that when I'm loading report to designer, it is trying to connect to databse from FDConnection placed in this report.
Because this report is heavy, 27 requests to database is done when it starts, and the amount of work done by db server is more than 10 minutes long total, I need to stop this behavior.
I know that I can set Connected to False, but it's not enough. Person that edits this report can set it to True, and save it that way. And other person can load it with Connected = True, and than > 10 mins waiting for application to respond.
How can I prevent and stop auto connecting on loading of the report?
Thanks in advance, Grzegorz.
I have this problem with FR5 latest version, that when I'm loading report to designer, it is trying to connect to databse from FDConnection placed in this report.
Because this report is heavy, 27 requests to database is done when it starts, and the amount of work done by db server is more than 10 minutes long total, I need to stop this behavior.
I know that I can set Connected to False, but it's not enough. Person that edits this report can set it to True, and save it that way. And other person can load it with Connected = True, and than > 10 mins waiting for application to respond.
How can I prevent and stop auto connecting on loading of the report?
Thanks in advance, Grzegorz.
Comments
My first problem regarding disabling connection on loading of report is resolved that way: