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

jlopes151

Members
  • Posts

    52
  • Joined

  • Last visited

 Content Type 

Profiles

Forum

Events

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Downloads

Posts posted by jlopes151

  1. Solution found.

    I'm using the SpringFramework and the error is the result that is returned by the model object to which my controller was incrorectly setup to return to a jsp using the @Responsebody annotation. I removed the annotation and cleared the error.

  2. I trying to generate a csv report when I save this is some of the data in the csv.

    {"empty":false reference:true viewName:"bymonthReport" view:null model:{"datasource":{"data":[{"ROOM_NUMBER":"0K101" NUMBER_OF_MEETINGS:191
     

    Thanks

  3. java.io.UTFDataFormatException: Invalid byte 1 of 1-byte UTF-8 sequence.

    Getting the above after running a 2.0.5 .jrxml through the 3.1.0 iReport. I have a few 2.0.4 jrxml reports that I have not passed through the latest build of iReport and they compile with out error although they generate empty pdf files

    Which brings me to my problem I need to use iText to generate a report. I need to update to the latest or near latest version of the iText libs to do this.

    Has anyone else updated to the latest of iReport and converted their older jrxml files and resolved this error. The error doesn't helpm much to locate were in the problems is in the file. Is it the whole file as UTF-8?

    Thanks for the help

  4. My data is diplayed in the detail band, When I create the JRXML I set the number of columns at the document level. Which is the only place I have seen were columns can be set. If I look at the JRXML in iReports there is a line splitting the document in half.

    I have include the test jrxml

  5.  

    Ok say I'm creating a project that lists authors and I want to create a report that list the author and all their book titles.

    Thanks for anu help

    <publisher>

    <author>

    <name>Robert Ludlum</name>

    <books

    <title>Bourne Sup..</title>

    <title>Another</title>

    </books>

    </author>

    <author>

    <name></name>

    <books>

    <title></title>

    <title></title>

    </books>

    </author>

    </publisher>

  6. I want to change the color of a string at runtime. When the PDF is generated a portion of text will have a different color depending upon a parameters value. Is there a way to do this with out using a scriptlet.

    Thanks for the help

     

     

  7. Well to be honest I haven't given the use of a Scriptlet much thought. I have built a sample report using a scriptlet as a proof. I now have a need for one so I thought I would try the internal as a quick and dirty.

     

     

    Every time I tried to use iReport and a scriptlet an error showed up and I went to an Ant script to get around the error. So its desing in iReport, then build with Ant. The Scriptlet doesn't have a package, so no folder should be required.

     

     

    My real reason for all of this effort is to get around the back and forth of desing in iReport the build in Ant.

     

     

    Thanks for the reply

     

    Post edited by: jlopes151, at: 2008/07/16 13:40

    Post edited by: jlopes151, at: 2008/07/16 13:41

  8. I'm getting an error message that the internal scriptlet created by iReport 3.0 cannot be found. It compiles with out error when I run there is the error the PDF renders without error.

     

    The scriptlet .java and .class files are created. The folder of my project is in the classpath.

  9. I create a Style added it to the Style lib, then tries to use it. In the Text props I set the style lib to use, but still had to set the font. What's the point of creating a Style if the tool isn't going to use it. Another thing is if I want some text of that new font to be bold or ... I have would have to create a new Style.

     

    :angry:

×
×
  • Create New...