Page 1 of 1

Header and Group Header not in place

Posted: Thu Sep 06, 2007 10:38 am
by fkmfkm
I have these in design:

Page Header
Group Header
Header
Data
Report Summary

But its generated as:

Page Header
Header
Group Header
Data
Report Summary

Why is the header and group header's position being swapped ?


Header and Group Header not in place

Posted: Fri Sep 07, 2007 2:22 am
by Guest
The Header print one time before the Data, but the GroupHeader print for each group of records of the Data. So a GroupHeader print after a Header in any case.

Thank you.

Header and Group Header not in place

Posted: Fri Sep 07, 2007 7:35 pm
by fkmfkm
OK I think I understand...

I will just move those column header to the group header. So it will print together..