How to overcome the following problem?
1. I am using Crystal report 13.0.5.891
2. I have designed the report with Group Header as [Underlay following section]
3. I have checked the group to repeat on each page
4. Number of lines in the group header may vary
5. Number of lines in details may also vary
My objective is to print the separator line placed in group footer, after the
header lines or after the detail lines which one is taking the maximum lines.
This is not happening, and I am getting the following output, which is not meeting my requirement
Where the "LINE IN GROUP FOOTER" should appear after "Group 1 Header Line 6" in the second page
as the report ends there, but in the output, the line is coming just after the end of detail record.
like following
As a result of this, the next record of the group is overlapping with the first record and creating a mesh
------------------------------------------------------------------------------------------------------------------------------------ PAGE 1 OF 2
Column Heading 1 Column Heading 2 Column Heading 3
------------------------------------------------------------------------------------------------------------------------------------
Group 1 Header Line 1 Detail Record 1 Line 1
Group 1 Header Line 2 Detail Record 1 Line 2
Group 1 Header Line 3 ----------------------------------------------------------------------------------
Group 1 Header Line 4 Detail Record 2 Line 1
Group 1 Header Line 5 Detail Record 2 Line 2
Group 1 Header Line 6 Detail Record 2 Line 3
Detail Record 2 Line 4
Detail Record 2 Line 5
======================LINE IN GROUP FOOTER========================
PAGE BREAK
------------------------------------------------------------------------------------------------------------------------------------ PAGE 2 OF 2
Column Heading 1 Column Heading 2 Column Heading 3
------------------------------------------------------------------------------------------------------------------------------------
Group 1 Header Line 1 Detail Record 3 Line 1
Group 1 Header Line 2 Detail Record 3 Line 2
Group 1 Header Line 3 Detail Record 3 Line 3
Group 1 Header Line 4 Detail Record 3 Line 4
======================LINE IN GROUP FOOTER========================
Group 1 Header Line 5
Group 1 Header Line 6
Thanks in advance.