Print Page | Close Window

Group Header Repeat On Each Page

Printed From: Crystal Reports Book
Category: Crystal Reports for Visual Studio 2005 and Newer
Forum Name: Report Design
Forum Discription: The best way to design a report and problems you have encountered
URL: http://www.crystalreportsbook.com/forum/forum_posts.asp?TID=11530
Printed Date: 21 Apr 2025 at 5:12am


Topic: Group Header Repeat On Each Page
Posted By: pnini1000
Subject: Group Header Repeat On Each Page
Date Posted: 27 Oct 2010 at 2:54am
Hi all,
 
I creat a report with group. The group has a few sections. I choose option "Repeat Group Header On Each Page" in the group option and all the sections in the group repeat on each page.
 
Is it possible to repeat  only specific section on the group header?
 
thank you,
pnini1000



Replies:
Posted By: lockwelle
Date Posted: 28 Oct 2010 at 4:37am
conditionally suppress the rest...hmm, but which ones...you might want to set a variable that as CR starts to print, it sets the flag then when a new page is displayed...do we know when that occurs...no, i don't think so...
 
I think that the flag will work, but I would make sure the flag is set correctly, especially when groups change (which may force a new page as well)
 
HTH


Posted By: pnini1000
Date Posted: 28 Oct 2010 at 5:03am
thank you!
 it's work!
in the section expert in suppress I write:
if(RecordNumber>1) then
{table.Code}=Previous ({table.Code})
//code - group name
 
and it's work.
 
pnini1000



Print Page | Close Window