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

fong01

Members
  • Posts

    10
  • Joined

  • Last visited

fong01's Achievements

Apprentice

Apprentice (3/14)

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

Recent Badges

0

Reputation

  1. I am using ... - Net Beans 6.5 - Windows Vista - iReport-nb-3.1.2-src Get the error [Path]iReport-nb-3.1.2-srcnbprojectbuild-impl.xml:19: You must define 'nbplatform.NetBeans_IDE_6.0.1_(Build_200801291616).harness.dir' how do slove it problem???
  2. Hi, Fatal error: Class 'SoapClient' not found in C:wampwwwjasperReportSchedulerService.php on line 115 Solution please ... Thank you.
  3. Hi, who have any total page count class or function for PHP sample. Thank you.
  4. Hi, How do slove this problem? com.jaspersoft.ireport.designer.errorhandler.ProblemItem@62df1 The method cast(String) is undefined for the type Test32Report321_1227233589343_535336 net.sf.jasperreports.engine.design.JRDesignExpression@b24ebd Thank you. Code:<?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="Test Report 1" pageWidth="595" pageHeight="842" columnWidth="535" leftMargin="20" rightMargin="20" topMargin="20" bottomMargin="20"> <queryString language="SQL"> <![CDATA[select * from abc]]> </queryString> <field name="abc1" class="java.lang.String"/> <field name="value" class="java.lang.String"/> <background> <band/> </background> <title> <band height="79"/> </title> <pageHeader> <band height="35"/> </pageHeader> <columnHeader> <band height="61"> <staticText> <reportElement x="29" y="21" width="100" height="20"/> <textElement/> <text><![CDATA[abc]]></text> </staticText> </band> </columnHeader> <detail> <band height="23"> <textField hyperlinkType="None"> <reportElement x="0" y="0" width="162" height="20"/> <textElement/> <textFieldExpression class="java.lang.String"><![CDATA[$F{abc1}]]></textFieldExpression> </textField> <textField hyperlinkType="None"> <reportElement x="162" y="0" width="100" height="20"/> <textElement/> <textFieldExpression class="java.lang.String"><![CDATA[$F{value}]]></textFieldExpression> </textField> </band> </detail> <columnFooter> <band height="45"/> </columnFooter> <pageFooter> <band/> </pageFooter> <summary> <band height="183"> <pieChart> <chart isShowLegend="false" hyperlinkType="None"> <reportElement x="129" y="20" width="240" height="145"/> <chartTitle/> <chartSubtitle/> <chartLegend/> </chart> <pieDataset> <dataset resetType="None"/> <keyExpression><![CDATA[$F{abc1}]]></keyExpression> <valueExpression><![CDATA[cast($F{value})]]></valueExpression> <labelExpression><![CDATA["Name"]]></labelExpression> <sectionHyperlink hyperlinkType="None"/> </pieDataset> <piePlot isCircular="true"> <plot/> </piePlot> </pieChart> </band> </summary></jasperReport>
  5. Hi, I am drawing a pie, I put the value but the error show me my value not a number... MySQL ... MyLabel type varchar(4000) MyValue type int(11) how can my value convert from string or int to number ... Thank you
  6. Hi, Have any sample for report drill-down? with PHP sample source code? Thank you Fong
  7. Hi, The PHP sample is using which version for apache and php version? Thank you, Fong
  8. Hi, I am first time use Jasper product, I put the php-sample I getting this error , Warning: require_once(SOAP/Client.php) [function.require-once]: failed to open stream: No such file or directory in C:wampwwwjasperclient.php on line 5 Fatal error: require_once() [function.require]: Failed opening required 'SOAP/Client.php' (include_path='.;C:php5pear') in C:wampwwwjasperclient.php on line 5 How can I slove this case? Thank you. Fong Code: $webservices_uri = "http://localhost:8080/jasperserver/services/repository"; $namespace = "http://www.jaspersoft.com/namespaces/php"; require_once('SOAP/Client.php'); define("TYPE_FOLDER","folder"); define("TYPE_REPORTUNIT","reportUnit"); define("TYPE_DATASOURCE","datasource");
  9. Hi, I am lookinng for apache PHP reporting tools. Can the i Report support PHP? If have can provide the sample? Thank you. Fong
×
×
  • Create New...