Page 1 of 1

Report slow to open

Posted: Tue Feb 05, 2008 10:58 am
by danielrail
Hi,

I'm currently using version 2006.4 with .Net 1.1.

The problem that I'm having is that the datasource seems to be executed before the form, where the user is asked for the parameters of the query. How can I prevent the data connection from being made before the form is opened? Because I do have a DataSource.Connect() that is being executed in the OnClosing event of the form.

Any help is appreciated.

Daniel

Report slow to open

Posted: Wed Feb 06, 2008 12:56 am
by Edward
Please set a DataSource.ConnectOnStart property of the DataSource component in the Designer in false. For this select the required DataSource in the Dictionary and switch to the "Properties" window in the Designer by pressing 'F4' or using a 'Properties' tab.

Thank you.

Report slow to open

Posted: Wed Feb 06, 2008 7:59 am
by danielrail
Thanks.

I knew I saw it somewhere, but couldn't remember.

Daniel

Report slow to open

Posted: Wed Feb 06, 2008 9:43 am
by Edward
Let us know if you need any help.

Thank you.