Is there a way to force page break for groups?

  • Thread starter Thread starter GOI
  • Start date Start date
G

GOI

Good day!

I have a report that has three groups plus the detail line. I would like to
force a page break whenever information for each group doesn't fit the
remainder of the page.

e.g.
Patient ID: AAAAAA
Case #: BBBBB
Event: CCCCC
Detail line 1
Detail line 2


Patient ID: XXXXX
Case #: YYYYY
Event: ZZZZZ
Detail line 1
Detail line 2
< PAGE BREAK> <PAGE BREAK>
Detail line 3
Detail line 4

Is it possible to force the page break before Patient ID: XXXXX? so all
information prints on the next page instead of it being cut?

Thanks in advance!
 
GOI said:
I have a report that has three groups plus the detail line. I would like to
force a page break whenever information for each group doesn't fit the
remainder of the page.

e.g.
Patient ID: AAAAAA
Case #: BBBBB
Event: CCCCC
Detail line 1
Detail line 2


Patient ID: XXXXX
Case #: YYYYY
Event: ZZZZZ
Detail line 1
Detail line 2
< PAGE BREAK> <PAGE BREAK>
Detail line 3
Detail line 4

Is it possible to force the page break before Patient ID: XXXXX? so all
information prints on the next page instead of it being cut?


Set the groups KeepTogrther property to Whole Group (in
Sorting and Grouping window).
 
Good day Marshal!

I tried your recommendation and it worked!!! Thank you so much! Really
appreciate your prompt response to my plea. :-)

Again thanks!


Ronnie


Marshall said:
I have a report that has three groups plus the detail line. I would like to
force a page break whenever information for each group doesn't fit the
[quoted text clipped - 18 lines]
Is it possible to force the page break before Patient ID: XXXXX? so all
information prints on the next page instead of it being cut?

Set the groups KeepTogrther property to Whole Group (in
Sorting and Grouping window).
 
Back
Top