I'm currently using Crystal 10 and I have a report with a parameter identified as 'Selection'. The selection parameter allows the user to select whether they want the report to be "SUMMARY", "DETAIL" or "BOTH"
The report has one Group (ironically referred to as Group ID) with a header of course (Header 1), and two additional headers (1b) and (1c).
Header 1, contains the summary information as well as the Group ID and has conditional suppression when the 'Selection' parameter = "DETAIL".
Header 1b contains the Group ID and has conditional suppression when the 'Selection' parameter <> "DETAIL"
Header 1c contains the detail column names and is has conditional suppression when the 'Selection' parameter = "SUMMARY"
Finally , the detail contains a sub report listing all members associated with the Group ID.
Aside from their conditional suppressions the three headers have the 'Free-Form Placement' and the 'Keep together' properties selected.
The problem is this: The report breaks after header 1c (before the detail) on the very first page of a new Group value (with the exception of the very first page of the report).
The report has one Group (ironically referred to as Group ID) with a header of course (Header 1), and two additional headers (1b) and (1c).
Header 1, contains the summary information as well as the Group ID and has conditional suppression when the 'Selection' parameter = "DETAIL".
Header 1b contains the Group ID and has conditional suppression when the 'Selection' parameter <> "DETAIL"
Header 1c contains the detail column names and is has conditional suppression when the 'Selection' parameter = "SUMMARY"
Finally , the detail contains a sub report listing all members associated with the Group ID.
Aside from their conditional suppressions the three headers have the 'Free-Form Placement' and the 'Keep together' properties selected.
The problem is this: The report breaks after header 1c (before the detail) on the very first page of a new Group value (with the exception of the very first page of the report).