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

guenther

Members
  • Posts

    23
  • Joined

  • Last visited

guenther's Achievements

Contributor

Contributor (5/14)

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

Recent Badges

0

Reputation

  1. Hi, yes, i use Barbecuse-based components. Thanks, Günther
  2. Hi, when i compile my layout is get the following compilation exceptions. (But the layout is created successfull anyway) Compiling to file... D:\workspaces\workspace1000_o2\wincash.application.fatclient.sales\custom\o2\layout\a4_invoice.jasper iReport - Element rendering exception net.sf.jasperreports.engine.design.JRDesignComponentElement@17f6125 net.sf.jasperreports.engine.base.JRBasePrintFrame cannot be cast to net.sf.jasperreports.engine.JRPrintImage iReport - Element rendering exception net.sf.jasperreports.engine.design.JRDesignComponentElement@999f10 net.sf.jasperreports.engine.base.JRBasePrintFrame cannot be cast to net.sf.jasperreports.engine.JRPrintImage iReport - Element rendering exception net.sf.jasperreports.engine.design.JRDesignComponentElement@3f45a8 net.sf.jasperreports.engine.base.JRBasePrintFrame cannot be cast to net.sf.jasperreports.engine.JRPrintImage iReport - Element rendering exception net.sf.jasperreports.engine.design.JRDesignComponentElement@1eee6b2 net.sf.jasperreports.engine.base.JRBasePrintFrame cannot be cast to net.sf.jasperreports.engine.JRPrintImage Compilation running time: 18.921 Is this a problem and how can i solve it?
  3. Hi Everyone, i want to switch from iReport-Classic-3.0.0 to the NB-iReport 3.7.1 I'm still testing it but i don't know how to create scriptlets and use them in my layout. Can someone help me?
  4. Hi everyone, how can i get the value of the attribute "Stretch with overflow" of a text-field out of the JasperPrint-object? Thanks
  5. Hi folks, when i try to compile my scriptlet from iReport the following error appears: Errors compiling D:workspace910wincash.application.fatclient.saleslayouta4_inoutcancellationScriptlet.java. D:workspace910wincash.application.fatclient.saleslayouta4_inoutcancellationScriptlet.java:4: cannot access it.businesslogic.ireport.IReportScriptlet bad class file: .libiReport.jar(it/businesslogic/ireport/IReportScriptlet.class) class file has wrong version 49.0, should be 48.0 Please remove or make sure it appears in the correct subdirectory of the classpath. public class a4_inoutcancellationScriptlet extends it.businesslogic.ireport.IReportScriptlet { ^ 1 error I need to compile the scriptlet with java 1.4. For this i added the tools.jar library from JDK 1.4 iReport itself runs with JRE 1.6.11.
  6. Hi folks, is it possible to find out the properties like the type (e.g. Code39, codabar, ....) of my barcode element in my application when i only have a JasperPrint object? thanks for help
  7. Hi folks, usually two text fields are needed for a pagination. The one textfield with evalTime NOW and the other with evalTime REPORT. Is it possible to use only one textfield? The result shoud be: "Page X of Y" thanks
  8. Hi folks, i have a very complex logic to find out the title of my report. So this logic is outsourced to my scriptlet. Of course i wan't to internationalize the title. But i don't know how. Is it possible to use the $R{myTitle} in my Scriptlet or is there any other way? thanks
  9. Hi folks, how can i find out, if a page is the last page? I need this for an printWhen expression? I know that the lastPageFooter and co. exitst, but in my case i can't use them. I really have to know if the page is the last page. In that case i print my textField, otherwise not. thanks for help
  10. Hi everyone, when i use the iReport variables for page_count and total_pages they doesn't contains the correct values. Can anyone help me? I need them in my PrintWhen expression. thanks
  11. Hi Folks, i have problems with my scriptlet classes. Following situation: I want use iReport internal scriptlet classes. That means that the classes will be created in the same directory as the report and also have the same name plus Scriptlet as the report. e.g.: My main report is in the folder "C:tempa4report.jasper". The scriptlet class will be "C:tempa4reportScriptlet.class" My sub report is in the folder "C:tempa4subsub.jasper". The scriptlet class will be "C:tempa4subsubScriptlet.class" When i call the fillReport method out of eclipse its no problem if i only use one scriptlet (must be included to the classpath). But if i have a the subreport on my mainreport, and that subreport also use a scriptlet, i have the problem, that one of this two scriptlet classes couldn't be found. I think i know the reason: I have to include all scriptlet classes in the classpath of eclipse, but if i include the scriptlet of the main report, i can't include the subreport scriptlet, because it's an subdirectory main scriptlet path. Does anybody have a solution for me?
  12. Hi Folks, i want to use the internatl iReport scriptlet. But if i press the compile button in iReport the following error occurs: Error compiling the Scriptlet Java source. net.sf.jasperreports.engine.JRException: Error compiling report java source files : D:workspaceHeadtest.wincash.application.printinglayouta4invoiceScriptlet.java at net.sf.jasperreports.engine.design.JRJdk13Compiler.compileClasses(JRJdk13Compiler.java:119) at net.sf.jasperreports.engine.design.JRAbstractMultiClassCompiler.compileClass(JRAbstractMultiClassCompiler.java:45) at it.businesslogic.ireport.IReportCompiler.run(IReportCompiler.java:362) at java.lang.Thread.run(Unknown Source) Caused by: java.lang.ClassNotFoundException: com.sun.tools.javac.Main at java.net.URLClassLoader$1.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClassInternal(Unknown Source) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Unknown Source) at net.sf.jasperreports.engine.util.JRClassLoader.loadClassForRealName(JRClassLoader.java:179) at net.sf.jasperreports.engine.design.JRJdk13Compiler.compileClasses(JRJdk13Compiler.java:81) ... 3 more does anyone can help me?
  13. Hi folks, i have a problem with the PDF export funciton. I want to use my report in different countries.includes mazedonia. But they have cyrillic symbols, and so my reaport doesn't print those symbols. Is it possible to use an Unicode charset for encoding, which can handle all different charsets? kind regards Günther Grill
×
×
  • Create New...