Aug 8, 2002 #1 CBMC Programmer Nov 22, 2001 13 CA I am using CR8 and I have created a report that has a subreport contained within it. However, in my subreport, I require a header that should be repeated on any subsequent pages that follow it. Is this even possible?
I am using CR8 and I have created a report that has a subreport contained within it. However, in my subreport, I require a header that should be repeated on any subsequent pages that follow it. Is this even possible?
Aug 8, 2002 #2 synapsevampire Programmer Mar 23, 2002 20,180 US Try creating a faux group and place the subreport in it. i.e.: if {MyTable.SomeFiled} <> "(HJESLFES" then 1 else 0 The intent being to create a single entity group. When you create the group, select repeat group headers on subsequent pages. Next you might contend with page numbers, use shared variables. -k http://www.informeddatadecisions.comkai@informeddatadecisions.com Upvote 0 Downvote
Try creating a faux group and place the subreport in it. i.e.: if {MyTable.SomeFiled} <> "(HJESLFES" then 1 else 0 The intent being to create a single entity group. When you create the group, select repeat group headers on subsequent pages. Next you might contend with page numbers, use shared variables. -k http://www.informeddatadecisions.comkai@informeddatadecisions.com