Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Page Break?

Status
Not open for further replies.

Yustrn

Instructor
Jun 19, 2002
42
US
How do I set up a page break at the Group Footer number 1 only? I'm using Crystal 7 and Group footer is being used for Subtotals. Thanks
 
Group Footer number one meaning the first iteration of the group footer, or when the value is 1, or?

You might use a formula to do this for the first iteration, or you might explain things with examples rather than text to assure that you'r question is understood:

Report header formula:
whileprintingrecords;
Numbervar Breakme:= 1;

Base the new page after on Group Footer 1 section A:
whileprintingrecords;
Numbervar Breakme;
BreakME=1

Right click the group footer and select new section below

Group Footer section B formula:
whileprintingrecords;
Numbervar Breakme:=0;

-k
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top