Jump to content
We've recently updated our Privacy Statement, available here ×

setPrintWhenGroupChanges on text in page ftr


Recommended Posts

By: Jeff Kerr - jkerr

setPrintWhenGroupChanges on text in page ftr

2003-09-18 09:43

I have a simple test report (in java) with 3 pages or so of data, with a master (ID) and detail. I added a JRDesignGroup with an expression of "$F{ID}" and setStartNewPage to true. It properly does a page break whenever the ID changes. I added a page footer band with a staticText string, which properly shows up on every page.

 

What I want to do is only show the footer when it's the last page of a group - so if ID 1 is on three pages, page 3 shows the footer, then if ID 2 is one page, that one page shows the footer, etc.

 

I'd use a group footer, but in this case the space for the page footer must still show up, empty, for pages that don't have the footer (this is because it's being printed to a special form and the footer is being used to allow for the footer area at the bottom of the form).

 

I tried using setPrintWhenGroupChanges on the static text in the footer band, but it still prints on every page...

 

Any help? Thanks!

Jeff

 

 

 

 

By: Jeff Kerr - jkerr

RE: setPrintWhenGroupChanges on text in page ftr

2003-09-18 12:49

A little bit of progress made...

 

To further define my question, I need an expression (or a way to do it in a scriptlet, since I have one of those working now) to tell when my group will change...

 

What I kind of need is a way to tell that the group is changing. In my example, the first page would say "No, not changing", second "no, not changing", third "Yes, fourth "Yes".

 

If I can get this kind of boolean expression, I think I can do what I need to. I was trying a variable and setting it's reset group to the one I have defined on ID, but that didn't seem to work (might have just set it up wrong though, I don't know).

 

Any help? Thanks again!

Jeff

 

 

 

 

By: Jeff Kerr - jkerr

RE: setPrintWhenGroupChanges on text in page ftr

2003-09-25 03:42

Anyone?

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...