Jump to content

is the group header the first item on a page?


Recommended Posts

By: pohart - pohart

is the group header the first item on a page?

2006-04-27 10:28

I want to determine if a group header is the first item on the page. The problem is the previous detail band could have overflowed and started a new page.

 

page_count==0 is true even if the previous detail band overflowed and started a new page.

 

I have tried a scriptlet, setting a value to true beforePageInit and false afterDetailEval, but afterDetailEval for the overflowed detail gets called before beforePageInit on the new page.

 

how do I do this?

 

 

 

 

By: jasperkan - jasperkannan

RE: is the group header the first item on a page?

2006-05-02 10:49

Why cant u choose the isStartNewPage=true on the group tag ? if this is seleected alongwith

isReprintHeaderOnEachPage=true ,then the same functionality can be achieved

 

<group name="billingLocationGroup" isStartNewPage="true" isReprintHeaderOnEachPage="true" >

Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...