grouping with subreports in report
I am having a problem where I have a main report and 2 sub reports.
When I have subReport1 on the form the group works I get 56 records
instead of 64. Now when I put the second sub form on the report,
subReport2, the grouping does not work, it gives me 64 records again.
My page looks like this:
[data fields] and (labels)
subReport2 | subReport1
[page 1 of #]
subReport1 has actual data in it, it contains a group header, a
detail, and a footer section. subReport2 only contains text no data
aware components at all. I am stuck.
Thanks
Jason
When I have subReport1 on the form the group works I get 56 records
instead of 64. Now when I put the second sub form on the report,
subReport2, the grouping does not work, it gives me 64 records again.
My page looks like this:
[data fields] and (labels)
subReport2 | subReport1
[page 1 of #]
subReport1 has actual data in it, it contains a group header, a
detail, and a footer section. subReport2 only contains text no data
aware components at all. I am stuck.
Thanks
Jason
This discussion has been closed.
Comments
RB can't order the data for you based on the groups dialog. The data must be
sorted on the dataset level. Hook a TDBGrid up to your datasource on the
form to see the records the report is getting.
Cheers,
Jim Bennett
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com