Report Design
 Crystal Reports Forum : Crystal Reports for Visual Studio 2005 and Newer : Report Design
Message Icon Topic: Group Header Repeat On Each Page Post Reply Post New Topic
Author Message
pnini1000
Newbie
Newbie


Joined: 21 Jul 2010
Online Status: Offline
Posts: 14
Quote pnini1000 Replybullet Topic: Group Header Repeat On Each Page
    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
IP IP Logged
lockwelle
Moderator
Moderator


Joined: 21 Dec 2007
Online Status: Offline
Posts: 4372
Quote lockwelle Replybullet 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
IP IP Logged
pnini1000
Newbie
Newbie


Joined: 21 Jul 2010
Online Status: Offline
Posts: 14
Quote pnini1000 Replybullet 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
IP IP Logged
Post Reply Post New Topic
Printable version Printable version

Forum Jump
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot delete your posts in this forum
You cannot edit your posts in this forum
You cannot create polls in this forum
You cannot vote in polls in this forum



This page was generated in 0.016 seconds.