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

freak182

Members
  • Posts

    6
  • Joined

  • Last visited

freak182'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. Hi Arthi, I just upgraded to jasperreport-4.1.1 and it solves the issue thanks. cheers.
  2. Thanks Arthi... but how can i do that in a web application? cheers.
  3. Hi arthiraja, I changed the font from sanserif to arial but the issue is still there. I even change the font-size to 6 but it just change the size and still the letters are falling-out. any idea?configurattion?
  4. Hi, I have this problem when exporting to pdf. The text, especially the letter, was breaks to new line even if the was short. please see the attach image for more details. The "Bank Wide" is not cut off but the "COS" suppose to be "COSO" the last letter was breaks to anew line. ..I already to detect if there is a new line and replace it with empty string but i have no luck. im using jasperreport 4.0.2 itext-2.1.7 cheers. thanks a lot. Code:<groupHeader> <band height="29"> <textField isStretchWithOverflow="true" evaluationTime="Group" evaluationGroup="countDirectory"> <reportElement stretchType="RelativeToBandHeight" isPrintRepeatedValues="false" mode="Opaque" x="13" y="1" width="196" height="25" backcolor="#009999"/> <box topPadding="5" leftPadding="1" bottomPadding="5" rightPadding="1"/> <textElement textAlignment="Center" verticalAlignment="Middle" markup="none"> <font size="10" isBold="true" isPdfEmbedded="false"/> </textElement> <textFieldExpression><![CDATA[$F{directory}]]></textFieldExpression> </textField> </band> </groupHeader>
  5. Hello, Just wanted to know when the latest JasperReports be available at maven central repository? Thanks a lot. Cheers.
  6. Hello, When open BarbecueReport.jrxml in iReport i got this error; net.sf.jasperreports.engine.JRException: Errors were encountered when compiling report expressions class file: C:Documents and SettingsMQTRM011DesktopiReport-3.0.0BarbecueReport_1216709794000_965789.java:176: cannot find symbol symbol : class BarbecueRenderer location: package net.sf.jasperreports.renderers value = (net.sf.jasperreports.engine.JRRenderable)(new net.sf.jasperreports.renderers.BarbecueRenderer(BarcodeFactory.createCode128B("1234567890")));//$JR_EXPR_ID=11$ ^ C:Documents and SettingsMQTRM011DesktopiReport-3.0.0BarbecueReport_1216709794000_965789.java:254: cannot find symbol symbol : class BarbecueRenderer location: package net.sf.jasperreports.renderers value = (net.sf.jasperreports.engine.JRRenderable)(new net.sf.jasperreports.renderers.BarbecueRenderer(BarcodeFactory.createCode128B("1234567890")));//$JR_EXPR_ID=11$ ^ C:Documents and SettingsMQTRM011DesktopiReport-3.0.0BarbecueReport_1216709794000_965789.java:332: cannot find symbol symbol : class BarbecueRenderer location: package net.sf.jasperreports.renderers value = (net.sf.jasperreports.engine.JRRenderable)(new net.sf.jasperreports.renderers.BarbecueRenderer(BarcodeFactory.createCode128B("1234567890")));//$JR_EXPR_ID=11$ How to fix this..? Thanks a lot..
×
×
  • Create New...