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

tsrock

Members
  • Posts

    19
  • 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 tsrock

  1. I have a problem with the designed reports of version 3.6.2 when I make some type of changes and  I compile through .bat, those changes are not when I emit the report. I don't what  happens. please, somebody could to help?

  2. I am compiling a report of version 3.6.2 through a file .bat and happens the following error in the compilation.

     

    compilejasper:
          [jrc] Compiling 1 report design files.
    File : C:ibsoftibReportwebappWEB-INFAIGreportsibQuotercuadro_recibohomePolicyReceipt.jrxml ...

    BUILD FAILED
    java.lang.NoSuchMethodError: org.codehaus.groovy.control.CompilerConfiguration.setUseNewGroovy(Z)V

     

    I need urgent help



    Post Edited by tsrock at 11/30/2009 14:52
  3. my suggestion is, create a separate report that only contains pagefooter (in case of being equal for all) and a sub-report that calls to your other report. you must to clear of the second reports the bands pagefooters and to leave prints the main one. I am certainly that must work
  4. friend, create an incidence in the Link " Tracker", reporting the problem that you have, I believe that if we do several about the same problem they will can see that the problem is serious and we'll have to solve it.
  5. I can't load the the jasper of the report from the code, see that;

    both method give me errors to load the jasper. I'm working whit IReport  3.5.3 version.

    another questions is, I downloaded iReport-nb-3.5.3-plugin but, I don't know what it works for, could anybody explain me??

    Code:
     public JasperReport loadReport() throws JRException{      JasperReport report = null;      ServletContext sc = (ServletContext)     Context.getContext().getAttribute(Context.ATTRIBUTE_SERVLETCONTEXT);      String strPathName = sc.getRealPath(REPORT_NAME);      File file = new File(strPathName);      report = (JasperReport) JRLoader.loadObject(file);      return report;   }or,public JasperReport loadReport() throws JRException{      InputStream in = getClass().getClassLoader().getResourceAsStream("report/cuadro_recibo/apc/cuadropoliza.jasper");      JasperReport report = (JasperReport) JRLoader.loadObject(in);      return report;   }
  6. I began to use IReport 3.5.3 and I made a migration of some reports of the previous version. But when I try to compile the reports as much inside as outside the program gives me compilation errors . I believe the problems is the way as Sub-Reports are  created in this new version. It would want a small aid and guide to solve this problem.

  7. surely you've seen that the size of a band, as detail can be modified depending  on the size that Sub-Report acquires. How  could I do to determine a size for the sub- reports? and so to prevent that the detail band is affected by this.

  8. ok, I have a report, and its detail band has a rectangle and a sub-report, that sub-report brings some information, the information y variable, sometimes it's more, sometime less. that causes that the detail band increases or unincreases its size and the others groups below it move up or down dependence on the detail band's size. If you don't understand me correcty, please forgive me english.

  9. I have a great problem with my projects of IReport, I have a report called  POLICY, this report you have two sub-reports calling as well a complete leaf of report (in a scheme that shows some information). For a time, the pagination of the report fails, I explain, each sub-reports that it is in the main one must call same the report, which does that they are printed twice repeated, the first two report must have two page, and in the pagination it indicates one of two, two of two, this good, but now for the second report (that is the same) the pagination changes and it is printed, two of three and three of three, if you pay attention, it seems that to the numbers of the pagination of the first page they would add a digit to it to print the second. I don’t know why this happens, any type of aid sera been thankful

×
×
  • Create New...