Jump to content
JasperReports Library 7.0 is now available ×

2002 JI Open Discussion

Members
  • Posts

    1,481
  • Joined

  • Last visited

2002 JI Open Discussion's Achievements

Grand Master

Grand Master (14/14)

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

Recent Badges

0

Reputation

  1. By: TesTech - testech API to incorporate subreport in mainreport??? 2005-10-25 02:08 Is there any API for incorporating the subreport in main report ? pls tell us about that API and the jar where the API is present.
  2. By: Aniruddh - aniruddh Internationalizarion in iReport 2005-08-15 11:58 Hii All, I have create all necessary property files required for internationalization. But i dont know the process to view such report. All times it is giving english text only is there any special setting to set Locale to french. Even what to do from Java side while calling such report .. how to specify Locale? By: jane_lim - jane_lim RE: Internationalizarion in iReport 2005-09-26 06:23 Hi, I am now looking into the internationalization in iReport as well, have you got any solution on this issue ?? thanks
  3. By: kunchito - kunchito i can't compile with ireport 0.5.1.. 2005-08-30 15:27 Hello friends: I downloaded the last version of iR., unzipped, pasted the tools.jar, and it starts but don't compile. I'm using jdk 1.5 and win xp prof. is this a bug???.... The 0.5.0 version compiles but throws me the jdt and classNotFound exceptions. I have no problems using the 0.5.0 version in win98se, but that is not my objective... Any advice???... Regards
  4. By: SweetCreek - sweetcreek I need an iReport Programmer! 2005-12-13 17:57 I need two reports created using iReport, and I don't have the time to learn to do it myself. So I need someone to do it for me. Any help in finding someone capable of such a thing would be greatly appreciated. By: zac - zemerli RE: I need an iReport Programmer! 2005-12-30 10:30 You are the most welocome. How can I reach you?
  5. By: Shammi Hettiarachchi - shammif2 New tutorials 2005-12-15 09:50 do any one know about new ireport tutorials regarding to IReport 0.5.0 and above. do any one willing to share a copy of ultimate user manual for free. if you have the manual why dont you make a good tutorial(s) out of it. specially sub-reporting
  6. By: akalehzan - akalehzan MS SQL SERVER jdbc.sqlserver error 2005-12-08 12:25 Hi All, I just installed iReport tool on MAC OSX 10.4 and tried to connect MS SQL server from Connection prosperities, but I'm getting error" ClassNotFoundError:" Check your class path! Which file I need to add the class path and what should I add in that file? Thanks in advance, Abrahim By: Sherman Wood - sgwood RE: MS SQL SERVER jdbc.sqlserver error 2005-12-09 06:37 The drivers can be downloaded here http://www.microsoft.com/downloads/details.aspx?FamilyID=4f8f2f01-1ed7-4c4d-8f7b-3d47969e66ae&displaylang=en You will need to put the following JARs on your classpath: msbase.jar mssqlserver.jar msutil.jar Also there is the jTDS open source driver that connects to MS SQL Server and Sybase at: http://jtds.sourceforge.net/ Sherman JasperSoft
  7. By: hyzom - hyzom groovy compiler overrides a final method 2005-11-08 01:23 I tried iReport 0.5.2 under jdk 1.5 update 5 on suse 10.0. when I compile reports using groovy as the default exepression language I get an error from the class loader saying that the Groovy compiler overrides a final method. I tried it on WindowsXP and got the same error message. By: jthevenoux - jthevenoux RE: groovy compiler overrides a final method 2005-12-07 06:12 Same Pb with same report, i have three result : iReport 0.5.0 : All is OK iReport 0.5.1 : error : java.lang.NoSuchMethodError: net.sf.jasperreports.engine.JRExpression.getName()Ljava/lang/String; iReport 0.5.2 : error : java.lang.VerifyError: class net.sf.jasperreports.compilers.JRGroovyCompiler overrides final method That's not very cool ...
  8. By: Sandeep - skadyan Generate Multilingual Report 2005-11-29 00:50 Hi, I want to generate the report with mulit-lingual support.My problem is that I want to fill the labels (Static-text) field with the translated text (in other language).My transalted text will come from DataBase .But I can not join the Table,which has the transalted text, with in the ReportQuery.Can any one help me filling the transalted text value for the label which I have used in the report. Thanks Sandeep By: ODIM - odim RE: Generate Multilingual Report 2005-12-06 09:54 Hi, it´s better to use Textfields, because you can work there with fields ($F{..}) or Variables or Parameters ($P{..}). In StaticTextFields you can´t do that. greetz ODIM
  9. By: allfonsaravanan - allfonsaravanan problem with line graph 2005-11-28 03:48 hi folks, i need to mention in line graph x axis as a string in ireport designer tool. it was working those categories(String),series,values in Bar graph.but it is not working on line graph.i m getting the exception Numberformat exception.cause i m giving y axis as a string format.y it cant take as string in line graph ..but it took as in bar graph.i need explanation ....and i need to call a proceduire from Oracle data base...not for SQL Server.
  10. By: Jhonny Bravo - ac48 calling SP containing Temp table in IReport 2005-11-09 06:17 hi folks i m trynig to call a stored procedure using IReport and there is no problem with that and the procedure gets called .... but if that procedure has a temporary table then I cannot get the records in my Report.... So if any one of you have tried the same plz let me know thanx in advance By: TesTech - testech RE: calling SP containing Temp table in IReport 2005-11-10 23:04 hi , Check whether the SP is actually returning any records ? call the procedure with the required parameters. For example if ur using SQL server exec <procedure name> <parameters> if the above stmt returns any record , then it will be reflected to Report wizard. thats all my suggestion abt. Regards Varun Chakravarthi T By: allfonsaravanan - allfonsaravanan RE: calling SP containing Temp table in IReport 2005-11-28 03:39 i m trynig to call a stored procedure using IReport and there is a problem with that and the procedure have to call from oracle database not from sql server...can any one tell me abt that ...how to call procedure with parameter from ireport?.
  11. By: mauricio cordero - maucorpat2 org.apache.xpath.XPathException 2005-07-11 03:47 When I compiling no error apear, when I execute the following error apear: ------------------------------------------------------------------------------------------------------------------------------- net.sf.jasperreports.engine.JRException: XPath selection failed. Expression: /GLOBAL/DAY+usrsAuthenAvg at net.sf.jasperreports.engine.data.JRXmlDataSource.getFieldValue(JRXmlDataSource.java:336) at net.sf.jasperreports.engine.fill.JRBaseFiller.next(JRBaseFiller.java:872) at net.sf.jasperreports.engine.fill.JRVerticalFiller.fillReport(JRVerticalFiller.java:116) at net.sf.jasperreports.engine.fill.JRBaseFiller.fill(JRBaseFiller.java:622) at net.sf.jasperreports.engine.fill.JRFiller.fillReport(JRFiller.java:116) at net.sf.jasperreports.engine.JasperFillManager.fillReport(JasperFillManager.java:428) at net.sf.jasperreports.engine.JasperFillManager.fillReport(JasperFillManager.java:344) at it.businesslogic.ireport.IReportCompiler.run(IReportCompiler.java:571) at java.lang.Thread.run(Thread.java:534) Caused by: org.apache.xpath.XPathException: No se puede convertir #NUMBER en una NodeList. at org.apache.xpath.objects.XObject.error(XObject.java:741) at org.apache.xpath.objects.XObject.nodeset(XObject.java:471) at org.apache.xpath.CachedXPathAPI.selectNodeIterator(CachedXPathAPI.java:219) at org.apache.xpath.CachedXPathAPI.selectSingleNode(CachedXPathAPI.java:177) at org.apache.xpath.CachedXPathAPI.selectSingleNode(CachedXPathAPI.java:157) at net.sf.jasperreports.engine.data.JRXmlDataSource.getFieldValue(JRXmlDataSource.java:334) ------------------------------------------------------------------------------------------------------------------------------- ------------------------------------------------------------------------------------------------------------------------------- And for connection/database properties is: xml file = /home/ocordero/documentos/javadoc/JasperReport/reportesAirMonitor/xmlFileGroup.xml select expresion = /GLOBAL/DAY --- And for field is : fieldname = usrsAuthenAvg; class type = java.lang.string; field description= /GLOBAL/DAY+usrsAuthenAvg. --- And my xml file is: <?xml version="1.0" encoding="UTF-8"?> <GLOBAL CreationData="2005-07-07 16:48:12.972" Type="Uso de la red wireless"> <alarmHighTotal>717</alarmHighTotal> <alarmMediumTotal>86</alarmMediumTotal> <alarmLowTotal>2</alarmLowTotal> <DAY Date="2005-05-20 23:59:14.176"> <usrsAsocAvg>2</usrsAuthenAvg> <traficInAvg>3070</traficInAvg> </DAY> <DAY Date="2005-05-22 00:01:01.696"> <usrsAsocAvg>5</usrsAuthenAvg> <traficInAvg>1200</traficInAvg> </DAY> </GLOBAL> some curious is: If I change the """field description= /GLOBAL/DAY/usrsAuthenAvg."" from the data connection. otherwise if I change the simbol "+" for "/", no apear error when I run the repor from the iReport. But show the report wrong, since it shows the first data (DAY) twice without showing the second DAY. Please help me. I try for two days And I cant found the solution. Oscar from spain. By: Wal Millard - walmillard RE: org.apache.xpath.XPathException 2005-11-23 14:14 Ur xpath statement is incorrect. the + is the probelm i suggest you remove it and set your description to just simply usrsAuthenAvg and your xml datasource expression to /GLOBAL/DAY/ (Note this is all case sensitive) XPath Builds on your Expresion, so at runtime the entire expression (the xml datasource path, and the field description part) should look and point to a valid xml tag or attribute. i.e /GLOBAL/DAY/usrsAuthenAvg luck walmillard
  12. By: acpradeep - acpradeep subreport in main report with xml data source 2005-11-02 22:18 when the subreport is embedded in main report with xml as datasource, the subreport is displayed as a seperate entity. There seem to be no relationship betweeen the subreport and the main report. whereas when the database connection is used, the subreport and main report are displayed correctly. can anyone help us please. if there is any API to link subreport with main report please tell us. thanks in advance acpradeep By: Wal Millard - walmillard RE: subreport in main report with xml data so 2005-11-23 14:06 acpradeep, You need to align the request to the xml datasource with both reports. Can you post the SQL v's the XML Expression you are using. walmillard
  13. By: Giulio Toffoli - gt78 iReport 0.5.2 released! 2005-11-04 07:18 The iReport Team is pleased to announce the new iReport release: 0.5.2. The following changes have been made to software since release 0.5.1 Partial support for JasperReports 1.1.0 (crosstabs, styles and frames are not yet supported) Improved log window Fixed all templates Serveral bug fixes and improvements Thanks for your suggestions and your on going support using iReport! Giulio iReport site: http://ireport.sf.net download: https://sourceforge.net/project/showfiles.php?group_id=64348 By: dex wintergreen - wpmadden RE: iReport 0.5.2 released! 2005-11-04 11:35 I tried iReport 0.5.2 on win2K/sun java1.5.0_05 both the binary and compiled I cannot create either a Variable or Parameter, gives NullPointer exception at it.businesslogic.ireport.gui.ValuesPanel.newParameter(ValuesPanel.java:1989) at it.businesslogic.ireport.gui.ValuesPanel.newVariable(ValuesPanel.java:925) anyone else seeing this? By: C-Box - c-box RE: iReport 0.5.2 released! 2005-11-06 05:55 Can't share.... also has 0.5.2 with winXP and Java 2 Runtime Environment, Standard Edition (build 1.5.0_05-b05) so I can create variables and parameters very well - don't know what version you have... I pulled it directly from CVS at november 1st. and don't have those errors. thanks Guilio for the new release ... have you now more time for developing at IReport like Teodor at JasperReports? I've a lot of improvement suggestions yet. :-) C-Box By: Fabio Patricio - fabio_patricio RE: iReport 0.5.2 released! 2005-11-08 08:52 Hi Has some forecast for support crosstab? Best regards Fabio By: bestfriend37 - bestfriend37 RE: iReport 0.5.2 released! 2005-11-17 06:51 hi, i also need support for crosstabs in ireport, since JasperReport already provide this. is there an intention to support this.
  14. By: acpradeep - acpradeep Group By functionality in Jasper Reports? 2005-11-16 01:22 Hi, In crystal reports we have the Group-By funtionality. Do we have the Group By functionality in Jasper Reports? If Jasper Reports is also having the same functionality then please tell me how to use the Group-By functionality in Jasper Reports. Thanking You in advance thanks and regards A. Christopher Pradeep
  15. By: bluerocket - j_simpson Custom Properties 2005-11-15 01:54 Hi, it appears as though iReport rewrites custom properties from xmlEncoded values to their original values which could break the integrity of the Jasper Report. I've only noticed a problem so far with the > symbol being translated to > and < to < so far but it rewrites all other encoded strings as well.
×
×
  • Create New...