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

brotelle

Members
  • Posts

    6
  • Joined

  • Last visited

brotelle'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 made some tests and it appears that the problem is that the jar I use on my application is really old compared to my version of iReport, the tag keepTogether is not in the xsd. But at this time I cannot upgrade this jar because it is not compatible with my version of java which is 1.5... Thanks for your help
  2. Hello, Thanks for your answer, i have not figured this out yet. To parse my xml in my application, i use jasper jar. The only thing that I can see is that maybe I don't have the last version of this jar ? do you know where I can download it ? Thanks
  3. Hello, Can you give us your jrxml file ? Post Edited by brotelle at 10/28/2011 15:48
  4. Hello, I posted a few days before but did not have any answer... hope to have more luck this time :P I get something really strange, I create a report using jasperReport, and I use the flag keepTogether on a group header. When I preview it on the software, it works but when I use the report in my application, the jrxml does not compile and I get the error enclosed in the code part. Does anyone know why this is happening ? Thanks Code:org.apache.commons.digester.Digester - Digester.java:1538 - Parse Error at line 60 column 46: <Line 60, Column 46>: XML-24535: (Error) Attribute 'keepTogether' not expected.org.xml.sax.SAXParseException: <Line 60, Column 46>: XML-24535: (Error) Attribute 'keepTogether' not expected. at oracle.xml.parser.v2.XMLError.flushErrorHandler(XMLError.java:441) at oracle.xml.parser.v2.XMLError.flushErrors1(XMLError.java:303) at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:290) at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:195) at org.apache.commons.digester.Digester.parse(Digester.java:1647) at net.sf.jasperreports.engine.xml.JRXmlLoader.loadXML(JRXmlLoader.java:235) at net.sf.jasperreports.engine.xml.JRXmlLoader.loadXML(JRXmlLoader.java:222) at net.sf.jasperreports.engine.xml.JRXmlLoader.load(JRXmlLoader.java:210) at net.sf.jasperreports.engine.xml.JRXmlLoader.load(JRXmlLoader.java:164) at net.sf.jasperreports.engine.xml.JRXmlLoader.load(JRXmlLoader.java:148)
  5. Hello, I am using Jasper Report and I have an issue that I can't manage to figure out. I have a group header that has to be printed on each pages, and is using a group expression. The thing I want to do is, when my group expression changes, all the elements of the group header have to be printed, but if the details is overflowing on another page, then the group header has to be printed again but without some elements. I did manage to print the group header on each page using the "reprint header" option, but it's always with all its elements... I don't know if I made myself clear... Can anyone help me ? Thanks a lot !
  6. Hi everyone, I am having trouble, i looked over the internet and this forum but i didn't find a solution for my problem. I have a group header in which i put some text fields some below the others. So i set the text fields to float so that they can go down if the text fields above them stretch. It works but the problem is that it puts a big white space between the text fields. I tried to change the properties of the report, but nothing worked... Can anyone have a solution ? Thanks, Estelle
×
×
  • Create New...