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

carlthewinner

Members
  • Posts

    5
  • Joined

  • Last visited

carlthewinner'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 had issues in a text field where I was doing a .replaceAll("&", "&") at the end and it wasn't replacing all the & signs. I ended up needing to put the ..replaceAll("&", "&") on every field that I referenced rather than trying to do it to the entire text block. I realize this post is old, but hopefully this helps someone :). I am on iReport 4.0.1.
  2. Thanks svenn, this is exactly what I needed to do!
  3. I am sending generated PDF files from my JasperServer to different email addresses. Is it possible to pull the email from the database instead of entering it in on the scheduler? Thanks, Carl Post Edited by carlthewinner at 02/22/2010 15:56
  4. I have reports being generated on a JasperServer and from Java. The reports run great in both places, but every once and a while I get a PDF that has garbage text. All the fields are in the place where they should be, but it just prints garbage text. I have even had a report get generated where the first page of the PDF prints as expected, and the rest of the pages on the same document are all messed up. Here is an example of what I am seeing: /uploads/projects/jasperreports/screen.png Again, this only happens every once and a while. Usually the reports run fine. Has anyone seen anything like this? Any ideas for a resolution? I am using iReport 2.0.5. Thanks, Carl Post Edited by carlthewinner at 02/17/2010 20:32
  5. Is there a way to have a report that uses multiple page sizes when generating the PDF? I have a report that generates a normal size PDF and another report that generates an envelop sized PDF with an address. I would like to combine the two reports so that the first page of the PDF generated is a standard letter size, and the second page of the PDF is the size of an envelope. I tried putting the envelope in a sub report, but when the subreport is generated it is on a page with the standard size. Is there a way to do this? Thanks! Carl
×
×
  • Create New...