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

nhutnhut79

Members
  • Posts

    24
  • 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

Everything posted by nhutnhut79

  1. I solved it. I checked Detail overflows.
  2. Thank you! http://community.jaspersoft.com/questions/826303/font-size-tomcat-pdf-generation
  3. Hi, I have a problem with library of jasperreports. I designed a report from Jaspersoft Studio 5.5.2 final: Headers, Static Text with Font: Arial and Bold. When i view from Jaspersoft Studio 5.5.2 final is OK. but when call from code the Font size and Bold not active. I used library (jasperreports-fonts-5.6.1.jar). Please, see picture below: Bucminh.bmp Can you help me?! Nhut Le
  4. Hello, AnnMary. Thomas, I download the JSS 5.6.0.final and property "Give the Stretch type to No Stretch and position to Fix to Top" . But I've a case show not true. Can you help me? Thanks very much! Nhut Le
  5. I am using Jaspersoft Studio 5.6.1.final, when i created report with values repeat. Result i don’t remove lines in cases for values repeat. It will good if result show the the same below. Can you help me to property in the case? Thank you very much! Nhut Le
  6. Thanks htshozawa! I try previewing with Jaspersoft Studio 5.5.2 and result the same with Ireport 5.6.0. I attached Jrxml file and file pdf(The same Page 14-15). https://drive.google.com/folderview?id=0B3cUeRdJqSHRZ29vV2NQSThfNjQ&usp=sharing I shared file: CRS000101.jrxml, CRS000101.jasper and CRS000101.pdf have o good day! Nhut Le
  7. Hi, Today, i have deasign a calendar report. With a field from sql have muti line. I don't succeed with LINE. If details on a page, result will Ok. If details on two page, result will lose lines on page 2(se Figure below). I try change propertys for its but result don't true. Please help me to fix this bug. Thanks you very much! Nhut Le
  8. Thanks Mrabbi, but i am using window 32bit. "https://sourceforge.net/projects/jasperstudio/files/beta-release/" for windows 64bit. When run the JaspersoftStudio.exe i get a message "JaspersoftStudio.exe is not a valid win32 application". Please help me pass this!
  9. Hi, I am using Jaspersoft Studio 5.5.0. I don't know why i can't select table from Datasorce. It don't show list tables when i double click TABLE on datasource. With this datasource if i use Ireport 5.5.0, it will return result very good. Please help me!Don'tSelectTable.bmp Nhut Don'tSelectTable.bmp
  10. Hi, My client supply for me data is *.dbf and *.DBC. I use Ireport design report and i don't successful. Can you help me! Step 1: I create an ODBC foxro name: NHUTFOX Step 2: On Ireport I create a Datasource Fox.bmp Step 3: Edit query from report inspector but it not active fox2.bmp Now, i don't hava solution for this problem. I need help from everyone!!!!
  11. Thank Sanbez. I change all data from Number to BigDecimal ----> result very good!
  12. czupet post file *.jrxml. I will property for you.
  13. <?xml version="1.0" encoding="UTF-8"?> <jasperReport xmlns="http://jasperreports.sourceforge.net/jasperreports" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://jasperreports.sourceforge.net/jasperreports http://jasperreports.sourceforge.net/xsd/jasperreport.xsd" name="report2" language="groovy" pageWidth="595" pageHeight="842" columnWidth="555" leftMargin="20" rightMargin="20" topMargin="20" bottomMargin="20" uuid="89f86b24-87cf-4ad5-b343-ae1c7c0f2eb6"> <property name="ireport.zoom" value="1.0"/> <property name="ireport.x" value="0"/> <property name="ireport.y" value="0"/> <queryString> <![CDATA[select * from dataset]]> </queryString> <field name="Name" class="java.lang.String"/> <field name="Date" class="java.sql.Timestamp"/> <field name="NumCoffees" class="java.math.BigDecimal"/> <field name="NumDonuts" class="java.lang.String"/> <group name="Name"> <groupExpression><![CDATA[$F{Name}]]></groupExpression> <groupHeader> <band height="86"> <textField> <reportElement uuid="2b020496-555e-4f88-92df-fb1d3f3c5fab" x="55" y="46" width="427" height="20"/> <box> <topPen lineWidth="1.0"/> <leftPen lineWidth="1.0"/> <rightPen lineWidth="1.0"/> </box> <textElement textAlignment="Center"> <font size="12" isBold="true"/> </textElement> <textFieldExpression><![CDATA[$F{Name}]]></textFieldExpression> </textField> <staticText> <reportElement uuid="a92aedb4-490a-4d4f-8792-92a7be0893d2" x="55" y="66" width="169" height="20"/> <box> <topPen lineWidth="1.0"/> <leftPen lineWidth="1.0"/> <rightPen lineWidth="1.0"/> </box> <textElement/> <text><![CDATA[Date]]></text> </staticText> <staticText> <reportElement uuid="b1ed9ea2-2564-4073-9f1f-a98f4056f2e3" x="224" y="66" width="138" height="20"/> <box> <topPen lineWidth="1.0"/> </box> <textElement/> <text><![CDATA[Num of Coffees]]></text> </staticText> <staticText> <reportElement uuid="107c9050-d08d-4f14-aa1a-76af89cb5409" x="362" y="66" width="120" height="20"/> <box> <topPen lineWidth="1.0"/> <leftPen lineWidth="1.0"/> <rightPen lineWidth="1.0"/> </box> <textElement/> <text><![CDATA[Num of Donuts]]></text> </staticText> </band> </groupHeader> <groupFooter> <band/> </groupFooter> </group> <background> <band splitType="Stretch"/> </background> <title> <band splitType="Stretch"/> </title> <pageHeader> <band splitType="Stretch"/> </pageHeader> <columnHeader> <band splitType="Stretch"/> </columnHeader> <detail> <band height="20" splitType="Stretch"> <textField> <reportElement uuid="9d952323-4106-4f8a-b793-0700c561d520" x="362" y="0" width="120" height="20"/> <box> <topPen lineWidth="1.0"/> <leftPen lineWidth="1.0"/> <bottomPen lineWidth="1.0"/> <rightPen lineWidth="1.0"/> </box> <textElement/> <textFieldExpression><![CDATA[$F{NumDonuts}]]></textFieldExpression> </textField> <textField> <reportElement uuid="2459e8fe-648b-4582-91fb-785e80e7d2ae" x="224" y="0" width="138" height="20"/> <box> <topPen lineWidth="1.0"/> <bottomPen lineWidth="1.0"/> </box> <textElement/> <textFieldExpression><![CDATA[$F{NumCoffees}]]></textFieldExpression> </textField> <textField pattern="dd-MMM"> <reportElement uuid="28965c6d-7a6d-468d-82e8-84bde99873e9" x="55" y="0" width="169" height="20"/> <box> <topPen lineWidth="1.0"/> <leftPen lineWidth="1.0"/> <bottomPen lineWidth="1.0"/> <rightPen lineWidth="1.0"/> </box> <textElement/> <textFieldExpression><![CDATA[$F{Date}]]></textFieldExpression> </textField> </band> </detail> <columnFooter> <band splitType="Stretch"/> </columnFooter> <pageFooter> <band splitType="Stretch"/> </pageFooter> <summary> <band splitType="Stretch"/> </summary> </jasperReport>
  14. Hello everyone, SANBEZ had helped me, try to use BigDecimal.setScale instead Math.round: http://community.jaspersoft.com/questions/820117/mathround-two-decimal-ireport-v50. Result is fine but with data have many record is result fine yet. I think problem at round funtion in Ireprot. I have an example with 20 record. My job current is convert formulars from Crystal report to Ireport Jasper. I have many difficulties with Round function because result on report don't same with old report. We don't use Pattern property for this case. I want Math.round(), setScale() return: 20.05 not 20.049999999999997. Please help me!
  15. Step1: Click line go to property Step 2: On property: Position Type: Float Stretch Type: Relative to tallest Object DJP.bmp Step3: Preview
  16. Options on IReport--> ClassPath tab--> Add JAR--> Arial.jar and then check Reloadable box
  17. Or You can use "Print when expression" for detail band: ($F{NAME}.equals('swati')? true: false)
  18. Hi, I use Math.round() to two decimal but somewhere not true. Please help me! I am using Ireport v5.0 Thank! nhutnhut79@yahoo.com
×
×
  • Create New...