Page 1 of 1

HELP - Data Sources

Posted: Tue Nov 24, 2015 11:58 am
by marcelo.nascimento
Hello friends,

I have seven Data Sources. The first performs a procedure that creates a temporary table. Others collect data in this temporary table. The problem is that when the report is shown, some data are incomplete. That is, he did not first run the Data Source that creates the temporary table and then run the other. Everything is run at the same time. This is my problem. The Stimulsoft is not obeying Data Sources order that I set. How can I solve my problem? Please, help me!!

Re: HELP - Data Sources

Posted: Wed Nov 25, 2015 6:01 am
by Alex K.
Hello,

As a way, you can connect datasources in necessary order in the BeforePrint event:
DataSourceName.Connect();

Thank you.