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

tsrock

Members
  • Posts

    19
  • Joined

  • Last visited

tsrock's Achievements

Explorer

Explorer (4/14)

  • Week One Done
  • One Month Later
  • One Year In
  • First Post Rare
  • Collaborator Rare

Recent Badges

0

Reputation

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

    Sub-Report

    please.... I need answer urgently
  4. 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
  5. 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.
  6. my friend, we have the same problem. I don't know why that happends. if you get any answer, please make me know.
  7. how do I condition a divided band? example: detail band 1, details band 2. Just one of them is printed but, could I force them to print both?
  8. how I can prevent that sub-report expands the size of a band or group??
  9. 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; }
  10. I want to know too how to create fields, variable and parameters... I can't find how or where
  11. 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.
  12. 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.
  13. I WANT TO KNOW HOW INSERT JAVA CODE INTO REPORT'S XML SOURCE.
  14. 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.
  15. I need with urgency, knowledge about hoe to move the band of detail dynamically, any answer would be of much aid
×
×
  • Create New...