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 Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Section Expert Assistance 1

Status
Not open for further replies.

Tech2377

Programmer
Joined
Nov 13, 2007
Messages
81
I need some assistance ... I am utilizing details a - f only for my report. My issue is if there are more than one pages printed. It seems that they bleed over. I have tried so many combinations and cant quite get this right. I am relatively still new to Crystal and sure could use some assistance.

Code:
Report Header
  *Suppress(No Drill-Down)
  *New Page Before (greyed out)
  *Keep Together

Page Header
  *Suppress(No Drill-Down)
  *Keep Together (greyed out)

Details A
  *Keep Together
Details B
  *Keep Together
Details C
  *Keep Together
Details D
  *Keep Together
Details E
  *Keep Together
Details F
  *Suppress(No Drill-Down)
  *Print at Bottom of Page
  *Keep Together

Page Footer
  *Suppress (No Drill-Down)
  *Print at Bottom of Page (greyed out)
  *New Page After (greyed out)
  *Reset Page Number After 
  *Keep Together

Report Footer
  *Suppress (No Drill-Down)
  *New Page After (greyed out) 
  *Keep Together

 
I dont understand what you mean by bleeding over. do you want a-f together for every grouping or every record instance?
what version of crystal?

_____________________________________
Crystal Reports XI Developer Version
Intersystems Cache 5.X ODBC connection

 
a - f together yes. Crystal 9.
 
Right-click on the group header or footer and choose Change Group. This lets you choose Keep Group Together.

This will apply to the whole group, including the group footer, not just the detail lines.

[yinyang] Madawc Williams (East Anglia, UK). Using Windows XP & Crystal 10 [yinyang]
 
In the section expert, select the higher order "Details" above detail_a and set that to "keep together".

-LB
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top