Page 1 of 1

Ordering data in related datasets

Posted: Thu Apr 03, 2008 7:38 am
by Jacco van der Pol
I have two datasets with a master detail relation between them. In the queries a sort order is specified.

When I use the datasets individually (without relation) this order is visible in my report.

When I relatie the datasets, the order of both datasets is random (not like the order by clause).

Does anyone know why?

Jacco

Ordering data in related datasets

Posted: Fri Apr 04, 2008 5:34 am
by Edward
If your report contains more than one Connection to data and relations between different Connections, then you need to set Report.CacheAllData property in true.
For this in the Designer please click in any place outside the page, in the Property Editor Report object will be selected, then you may set the property.

Thank you.