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

rpascali

Members
  • Posts

    4
  • Joined

  • Last visited

rpascali's Achievements

Rookie

Rookie (2/14)

  • Week One Done
  • One Month Later
  • One Year In
  • First Post Rare
  • Conversation Starter Rare

Recent Badges

0

Reputation

  1. I have a very long pageFooter section(several paragraphs of static text). The problem is that because it is so long I am limited on how much data will appear in my detail section. If I have a few detail records I get additional pages that include my pagefooter, so I end up with a new page for each detail record that includes the whole pageFooter. I would like all of my detail records to print on the same page before the pagefooter is displayed. How can I accomplish this?
  2. I have a report grouped by employee id and period ending date. The dates are displayed in the period ending header section, they can occurr multiple times. If there are 5 or more period ending dates displayed there is not enough room to print the entire static data that I have in the period ending footer section. The problem is that instead of printing part of the footer section on the remaining part of the 1st page and having the rest spill over to the 2nd page, the entire footer setion spills over to the 2nd page. This leaves a large amount of unused white space on the 1st page after the last period ending date. How can I solve this problem?
  3. I have a report that accepts an employee id parameter from a jsp page. This report works fine. However, when I add a subreport that uses the same employee id parameter I get a blank page. The main report with the subreport included works fine as a stand alone report. They just don't work when submited from the jsp page. any ideas? Post edited by: rpascali, at: 2007/11/19 13:10
  4. Currently my subreport is printing once for every detail record in my main report. I would like the subreport to print only once at the end of the main report. How can I accomplish this?
×
×
  • Create New...