[jasperreports-questions] Indic Scripts support in Jasper Reports PDF Export

2009-05-05 Thread RKVS Raman
Hi, We are happy to release a version of Jasper Reports enabled for Complex Scripts Support in PDF export. This include languages under Indic Scripts like Hindi, Tamil, Bengali, Gujarati, Kannada and others. It also includes support for scripts like Sinhalese and Thai. It is based using

[jasperreports-questions] Bar chart ranges help

2009-04-29 Thread socko777
Hi there, I am trying to create a percentage-based bar chart. The values should have a minimum of 0 and a maximum of 100. My data however, does not have a value which equals 100, so Jasper automatically scales the chart to the maximum value of my data. The result is, for a category with a value

[jasperreports-questions] Problem with chart created from beanCollection data source

2009-04-29 Thread chr15athome
Hi I have a report that includes a 3D bar chart which worked fine with SQL data source. Now I have changed it to use a list of Beans. The chart display with the correct bar heights but the x and y labels are missing. I have tried turning all fields into variables and changing the evaluate At

[jasperreports-questions] jasperforge site down

2009-04-21 Thread Maarten
The jasperforge site (jasperforge.org) gives a 403 forbidden and a maintenance message. Is anybody working on it? Does anybody know when it will be fixed? A colleague just approached me to ask if it is OK to use it. I said yes, but the reference site being down does not help selling JasperReports

Re: [jasperreports-questions] jasperforge site down

2009-04-21 Thread Teodor Danciu
Hello, There was work in progress for about 7 to 8 hours during April 20, when a migration to an upgraded system was made. An announcement should have been present on the main page, but not sure why the forbidden message got in front. In any case, the work is over and everything should be in

[jasperreports-questions] Fit Page or the Fit Width buttons in jasper viewer does not function properly

2009-04-18 Thread crazybugs
After generating a report, change the settings in the JasperViewer window by selecting the Fit Page or the Fit Widthbuttons at the top. Select the Printer Icon in the JasperViewer and print. The report does not fit to page while getting printed. If this is resolved in any of the jasper

[jasperreports-questions] Printing of reports from jasper viewer shows missing fields

2009-04-18 Thread crazybugs
I tried to print the jasper report from the print option in jasper viewer.The size of the jasper viewer was larger than A4 size. When I printed in portrait form in A4 size paper,some of the data went missing.I tried to print in landscape view.But it was not possible from the Jasper viewer.Is

Re: [jasperreports-questions] Scriptlet problem in iReport

2009-04-18 Thread PlexPro
Hi Adriano, If you haven't yet found your answer, see http://www.nabble.com/Re:-scriptlet-compilation-error-p1772793.html http://www.nabble.com/Re:-scriptlet-compilation-error-p1772793.html . René asfernandes wrote: Hi! I created a simple scriptlet class, set it on the report and put

[jasperreports-questions] Text File Generation

2009-04-18 Thread sridhar4jasper
Hi friends, I am generating text file using jasper reports 1.3.3 version.I am able to generate text file but I am getting spaces(new empty lines) in between in the detail band that too randomly( at random locations).Here is the code I used to generate the text file: JRTextExporter textExporter

[jasperreports-questions] Problem in Displaying Colors and formatting in Excel report

2009-04-12 Thread sureshmidde
Hi , I have a problem in displaying the excel report from the jasper code, as it was not matching with the one that is developed using ireport tool. The resultant report is now of formatting, data is truncated and is without colors. I have attached my excel report template developed using

Re: [jasperreports-questions] Unable to export jasper report in excel format

2009-04-12 Thread Usman Sarfraz
Aspose is going to introduce “Aspose.Cells for JasperReports” in near future to convert reports from JasperReports in Excel format. Currently, Aspose enables JasperReports developers to export their reports in PowerPoint (PPT, PPS) and Word document (DOC, DOCX, HTML and TXT) formats. I hope this

Re: [jasperreports-questions] Export a report to .doc format

2009-04-05 Thread Zimagor
Hi, We have just released Aspose.Words for JasperReports, a product that should satisfy your needs. Please check it out: http://www.aspose.com/categories/jasperreports-exporters/aspose.words-for-jasperreports/default.aspx Thanks. Dieter D'haeyere wrote: You can make use of the

[jasperreports-questions] Problem in displaying Japanese font in PDF report

2009-04-03 Thread Kotresh Chikkabidari
Hello, Please give me any solution to display Japanese string in jasper report. Thanks in advance. Kotresh.Chikkabidari Jr.Software Engineer http://www.datafarminc.com/ Phone: +91-80 -41236315 | Fax: +91-80 -41137342 This message

[jasperreports-questions] Help with crosstabs and filtering data

2009-03-29 Thread jasper_user
Hi, I am new to Jasper reports. I am using a java bean datasource for my report. I have to use crosstabs and the information to be added in the crosstabs has to be filtered by certain criteria. I am using an older version of Jasper 1.2.1. Can someone pls help me. Thank You -- View this message

[jasperreports-questions] Another question regarding page break, need help!

2009-03-24 Thread psentosa
Hi all, I have a master report containing subreport area in detail band. Now, I'd like to make it that a subreport is printed in a new page, ONLY WHEN it doesn't fit in the current page, but otherwise it should be printed in the same page as the previous subreport content. i.e a subreport could

Re: [jasperreports-questions] Custom xml Creation ??

2009-03-02 Thread jasper_newbie
Hi, Did you try the option of using XML DataSource via IReport ? I think you would need to use XML DataSource. Need to use XPath to identify your dataset ie XPath expression for the nodes selection. The XPath specifics are available at the web page http://www.w3.org/TR/xpath. /newbie

[jasperreports-questions] Defining one style for different fields, how should the constraint look like?

2009-02-26 Thread psentosa
Hi all, I just started using JR for an application, and I'd like to define one style for different fields, that contains constraints. As far as I know, I have to write down the field name as part of the constraint; e.g new Boolean($F{h4p1}.equals(I)) -- than use background colour green but

[jasperreports-questions] HEP: I don't see the image!!

2009-02-11 Thread Esaú Castillo Contreras
Hi!! I generated a file jrxml using the iReport 3.0.0 and when I try to print the report in a servlet the html doesn't show the images of a 3D Chart, This is the code in my servlet JasperReport jasperReport = JasperCompileManager.compileReport(jrxmlPath); JasperPrint

Re: [jasperreports-questions] HEP: I don't see the image!!

2009-02-11 Thread murat migdisoglu
I'm sending you a part of my code: my web.xml contains: servlet servlet-nameImageServlet/servlet-name servlet-class net.sf.jasperreports.j2ee.servlets.ImageServlet /servlet-class /servlet servlet-mapping

[jasperreports-questions] Blank Pages

2009-01-31 Thread Zack Manning
Hey All, First time posting to the JR mailing list. I was wondering how I can get rid of blank pages when a detail field has to stretch with overflow. I have 'Split Allowed' unchecked and I have 'Print when detail overflows' checked for all my detail fields. This isnt a no data situation

[jasperreports-questions] html and A4

2009-01-30 Thread bashan
Hi all, I seems like the HTML output that Jasper produces doesn't exactly fits on A4 page. I checked it with the demo supplied in: demo/samples/table. I enlarged the number of rows on the report to span over several pages, then produced HTML report. When printing the result using both FireFox

[jasperreports-questions] export jasper generated report in PPT format

2009-01-30 Thread dhrubajyoti . sengupta
Kindly help me with solutions/utilities that facilitates exporting a jasper generated report to the PPT format. The solution needs to support the Master Slide feature of Power Point presentations, in which one should be able to specify a pre-defined template, specifying the Title Area, Test

[jasperreports-questions] How to change the grid line color of a chart?

2009-01-15 Thread murat migdisoglu
Hi, I've just changed my library from version 2.0.5 to 3.1.3 and all the grid lines of my charts have been disappeared. Actually they are still there but i guess the default color of the grid lines has been set to white. Thus, as the bg color of my charts is also white, they became invisible. In

Re: [jasperreports-questions] Custom xml Creation ??

2009-01-05 Thread Loganathan
Hi Subrata, I am also facing the same problem, please share with me if you have the solution. Regards, Loganathan Subrata1208 wrote: How can i make my output xml(Custom xml) generated by Jasper Report like this. e.g customer fnSubrata/fn lnSaha/ln /customer While Jasper Report

Re: [jasperreports-questions] business xml as output

2009-01-05 Thread Loganathan
I am also facing the same problem, Please share with me if you have found the solution Thanks deep_05 wrote: I am new to jasper reports, i am able to generate pdf's , html's i want to generate my business xml in a desired format eg: employee fnamewill/fname lnamesmith/lname /employee

Re: [jasperreports-questions] filter value of REPORT_DATA_SOURCE on subreport

2009-01-05 Thread Dhilshad Begum Ghouse
Hi, Select the option use Data Source expression, then type the file name where you have placed your method for subreport. For Eg., In my scenario I have used this method with the following parameter,Please give the fully qualified name.

[jasperreports-questions] Two datasources (JRDataSource) on single report

2009-01-05 Thread Hari Plaikoil
Dear all, Happy new year to all of you guys :-D I want to know, is it possible to provide two datasources by JRDataSource for single report? The report doesn't contain subreport, just single report. If it's possible, how to solve the problem? Thanks in advance for your help guys... rgds

Re: [jasperreports-questions] how to remove the group header in html format but not in pdf format

2008-12-17 Thread anjay
declare a parameter exportType not EXPORT_TYPE if u are using the openreports admin application. helena21 wrote: Thanks for ur help. i tried using the printwhenexpression.. without error but $P{EXPORT_TYPE} is not built in parameter and it should be set somewhere before the template is

Re: [jasperreports-questions] how to remove the group header in html format but not in pdf format

2008-12-17 Thread helena21
as long as it is not built in parameter i think the naming doesn't make any difference? thanks, H anjay wrote: declare a parameter exportType not EXPORT_TYPE if u are using the openreports admin application. helena21 wrote: Thanks for ur help. i tried using the

Re: [jasperreports-questions] jasperreports-questions Digest, Vol 29, Issue 2

2008-12-17 Thread Anoop Nagathinkal
it's a built in parameter. other wise how can u expect that u get the values set in that parameter before the report runs ??? -- SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada. The future

Re: [jasperreports-questions] how to remove the group header in html format but not in pdf format

2008-12-17 Thread helena21
Thanks for ur help. i tried using the printwhenexpression.. without error but $P{EXPORT_TYPE} is not built in parameter and it should be set somewhere before the template is compiled. and there is no way that i can set this parameter according to the user's input(pdf or html). and i tried to see

Re: [jasperreports-questions] how to remove the group header in html format but not in pdf format

2008-12-16 Thread anjay
hello helena, Please use the printwhenexpression feature witht hr exporttype parameter to get the desired result. What is preventing you from using this ? anjay helena21 wrote: Dear Members, I have faced a problem where i want to display the group headers on each page in the pdf

Re: [jasperreports-questions] how to remove the group header in html format but not in pdf format

2008-12-16 Thread anjay
got the problem. U where using character constant as the .equals() argument not a String . ie 'ht' . Use the string ht instead. anjay wrote: Can u please put this instead of ur expression, new Boolean($P{EXPORT_TYPE}.equals(ht)) also can u please print the EXPORT_TYPE

[jasperreports-questions] Showing Different kind of reports using few jrxml or with out any jrxml

2008-11-10 Thread Subrata1208
Hi, I may have more 100 different kind of reports but i dont want to write 100 jrxml. I can use 100 different query to form 100 different data source and fill it and then i can generate is 100 different type of html report . But my problem is in jrxml file we have maintain dynamic field name=

[jasperreports-questions] Help required jasper report on netbeans 6.1

2008-11-10 Thread kalakalwa
Hello, I am a newbie to Java. I'm trying to generate reports with jasper in netbeans 6.1. My code given below, runs well in Java desktop application but in jsp it does not give any error and simply render the html but no report shows up (not even empty) nor any error message. I know i'm missing

[jasperreports-questions] Re place field value with message string

2008-11-03 Thread helena21
i have one column that from the table that i don't want to show its value directly on the jasper report detail part. instead i want to replace the column value with its equivalent in the message property file. but i cann't do it. i have been 5 hours that i cann't solve this thing out. pls pls

Re: [jasperreports-questions] Re place field value with message string

2008-11-03 Thread helena21
To make it clear, i have for example, a column with values XX_XX, YY_YY, GG_TTY and many more and in the message property file i have report.XX_XX =xx report.YY_YY=yy etc... so in the report i want to display for example xx when the the field value = XX_XX. so i want to write in the report

[jasperreports-questions] Run jasper reports on automated schedule

2008-10-08 Thread mrbelvedr
We are running Jasper Reports (it is integrated into another product named Hyperic HQ Server). We have created 30 Jasper reports and we run them via the web interface. We need to somehow automate these reports so they run on a scheduled basis with several report arguments (datestarted, dateend,

[jasperreports-questions] ireport produces error message

2008-10-08 Thread bayo
hi there im new in jasper-reports. I try to use the engine together with ireport but i have some problems with it: i can compile a sample-report without problems useing ant compile. but if i open it with ireport do some very little changes ant resave it, its no possible to compile it anymore.

[jasperreports-questions] Alternate table rendering

2008-10-08 Thread Bobby Quinne
Hi there, I have looked through the jasperreports forums but cannot find anything similar to this. I have see some post about dynamically generating the report based on the dataset, but I am a little pressured for time to try something like that. I need to generate csv, but instead of having

[jasperreports-questions] Error:getOutputStream() has already been called for this response in Jasper Reports

2008-10-08 Thread UITOT
Hello Everyone, I have integrated Jasper Reports with Struts 1.2.9.I have written the below code in my action class.At runtime I am getting this error. ApplicationDispatcher[/TGMC_DB1-2009] PWC1231: Servlet.service() for servlet jsp threw exception

Re: [jasperreports-questions] Run jasper reports on automated schedule

2008-10-08 Thread BalaKishore Pamarti
You pull the data using a stored procedure and get the List of data with Beans and feed that into the JasperReports engine and have it create a report file (say pdf) with a datatime stamp in some folder.   Now you can set this java program as a simple scheduled job in linux to run at specified

Re: [jasperreports-questions] Run jasper reports on automatedschedule

2008-10-08 Thread Penningroth, Mark
You could use jasperserver From: BalaKishore Pamarti [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 08, 2008 10:14 AM To: mrbelvedr Cc: jasperreports-questions@lists.sourceforge.net Subject: Re: [jasperreports-questions] Run jasper reports on

Re: [jasperreports-questions] sub reports auto compile

2008-10-04 Thread BalaKishore Pamarti
Regarding the subreports what I do is compile them individually and standalone reports and place the .jasper files along with the main report .jasper file and pass the parameter SUBREPORT_DIR to the main report   In the subreportExpression tag you use this.   Hope this helps.   thanks,

Re: [jasperreports-questions] sub reports auto compile

2008-09-26 Thread BalaKishore Pamarti
Just try --   JasperCompileManager.compileReportToFile(request.getSession().getServletContext().getRealPath(/jasperreports/ + fileName + .jrxml));     Pamarti Peace is found not in what surrounds us, but in what we hold within. --- On Fri, 9/26/08, Philippe Couas [EMAIL PROTECTED] wrote:

Re: [jasperreports-questions] sub reports auto compile

2008-09-26 Thread Philippe Couas
Hi, If my CustomersReport.jrxml contains two sub reports they are compiled too ? Regards Philippe _ De : BalaKishore Pamarti [mailto:[EMAIL PROTECTED] Envoyé : vendredi 26 septembre 2008 16:16 À : jasperreports-questions@lists.sourceforge.net; Philippe Couas Objet : Re:

Re: [jasperreports-questions] Fw: problem with printWhenExpression

2008-09-25 Thread BalaKishore Pamarti
Thanks Sitaram...it works like a charm!   I just found that we can also get this accomplished using conditionalStyles...   thanks, BalaKishore   Peace is found not in what surrounds us, but in what we hold within. --- On Wed, 9/24/08, Sitaraman Trikkumadom Balaraman [EMAIL PROTECTED] wrote:

Re: [jasperreports-questions] Extra white space when detail section overflows...

2008-09-25 Thread BalaKishore Pamarti
Hi Group:   In my report whenever the detail section overflows to the next page there's an extra white space left at the bottom (where a couple of rows of data easily fits)   Does any of you guys know how to eliminate this space.   Thanks, Pamarti Peace is found not in what surrounds us, but

[jasperreports-questions] sub reports auto compile

2008-09-25 Thread Philippe Couas
Hi, I have an main report with many sub reports. Into my directory i have jrxml file , How could i found sub report name and directory from main report ? I have tried following code, but that's not allawys true. String fileName=c:\\prj_java\\TestAgarder\\jasperxml01\\CustomersReport.jrxml;

[jasperreports-questions] avoid extra blank space in reports...

2008-09-17 Thread BalaKishore Pamarti
Hello:   I created a jasperreport with a subreport embedded beneath every row in the main report. Everything works fine but there is an extra white space beneath every row in the main report when there is no data in the subreport.   And also in other reports I noticed that there is extra space

[jasperreports-questions] Scriptlet problem in iReport

2008-09-09 Thread Adriano dos Santos Fernandes
Hi! I created a simple scriptlet class, set it on the report and put it in iReport (v3.0.0) classpath. When I compile or execute the report, it shows a problem but the report executes (and correctly run the scriptlet). The problem is: - Description: java.lang.ClassNotFoundException: my

[jasperreports-questions] jasperreports-Error

2008-09-02 Thread Prasad Boddu
Hi All, I want to print numbers of Excel Sheets with one print job. Please tell me is it possible if it is possible can you tell me the logic. Thanks Prasad Boddu iGATE is Ranked No. 3 in DQ-IDC best IT employer survey and Ranked No.6 by Business Today-Mercer Human Resource Consulting-TNS

[jasperreports-questions] Error initializing graphic environment.

2008-09-02 Thread Abhishek Sharma
hello all, I getting this error while I am trying to fill a sample application webapp with jasperReports. I am new to java and JasperReports please any one help me ? JasperReports encountered this error : net.sf.jasperreports.engine.JRException: Error initializing graphic environment.

Re: [jasperreports-questions] Input Date Not working in Jasper reports?

2008-09-02 Thread adhikarisanu
Hi i am having the same problem.. my reports without parameters are running well in jasperserver but not the ones with parameters... what do i need to do in Jasperserver to make the parameters work... please help... Sanu Sherman Wood wrote: You are talking about JasperServer, right?

[jasperreports-questions] Looping through child elements in XMLDataSource

2008-09-02 Thread Iwud H8u
Hi All, I am generating a report from an XML document using JRXmlDataSource. I have specified the XPath in the field description to render the values on the report. All this seems to work fine, but when a node has more than one child, the fields for only the first node are generated. It seems

[jasperreports-questions] top margin

2008-08-18 Thread sals
Hi! net.sf.jasperreports.engine.design.JasperDesign have setters for margins like setTopMargin(arg0). This is cool if you are loading the report from XML... I create net.sf.jasperreports.engine.JasperReport object with JRLoader.loadObject(inputStream) and the problem is that there is no way to

[jasperreports-questions] JASPER3 DEPLOYMENT ERROR

2008-08-14 Thread Philippe Couas
Hi, I tried to deploy jasper3 on tomcat 5.5 JDK 1.5 but i have an compil error, could you help me ? org.apache.jasper.JasperException: Unable to compile class for JSP: JSP FileName:null Java FileName:/usr/local/lib/apache-tomcat-5.5.25/work/Catalina/localhost/jasper2

[jasperreports-questions] Problem while using Page break in JasperReports

2008-06-17 Thread Sheela
We are facing a problem while using Page break in Jasper Reports. we are having a main report which calls the Subreport and the subreport is having a table and 5 more sub reports. we are passing a arraylist to the main report.The arraylist contains the Vo's for the reord selected from the

Re: [jasperreports-questions] Hyperlink in jasper

2008-06-17 Thread anapbecker
Hi, could you please send me the code of this servlet/callReport3. I need to use to drilldown on a chart. Thanks, Ana Joydip Maity wrote: NamrataH wrote: hi, Can anybody please tell me how to link to reports... i hv created hyperlink on 1 report and i wnt to take the contents of

[jasperreports-questions] problems with NULL and BLANK objects

2008-05-12 Thread dr_pompeii
Dear Members i work with jasperreport and ireport i have the next situation, the only way to explain this is with pics the case is that a customer can buy many motorcycles 1 to 4 and 0..N motorcycles parts in the same buy the sql query is a union of 2 select like (SELECT)UNION(SELECT)

[jasperreports-questions] filtering html tags from a database field in ireport

2008-04-29 Thread Jamshaid Ashraf
Hi , I have a problem in ireport. I have a field in database with html tags included. I want to display this filed in the RTF format in formatted form without displaying html tags, only want to display text inside tags .Please anybody can help me for this problem. Its very urgent. Thank

Re: [jasperreports-questions] Graphical jasper report Design for lables

2008-04-18 Thread Pills
kanagarajaa wrote: Hi, Now , I am working with jasper reports.I have successfully completed graphical report with some issues. In this graphical report i am not able to show the values(Label) in graphical chart and also if i use graphical chart i am not able to get dynamic field

Re: [jasperreports-questions] How to merge several pdf?

2008-04-16 Thread Pills
Pills wrote: Hello guys, I have a little question. I use jasperreport to generate some pdf files. My use case requires to merge some pdf together (append a pdf at the end of another) to print them all at one time. How can I do that? Thank you ;) Thanks. I found it (with iText):

[jasperreports-questions] Unable to run iReport in Linux

2008-04-14 Thread tan36
I am new in linux environment and begin to work with Jasper reports I have downloaded iReport and included all the jar file to its lib. But when I enter the command sh iReport.sh to run it then the shell gives the following output: Exception in thread main java.lang.NoClassDefFoundError:

[jasperreports-questions] Integrating Jasper reports with Spring and Hibernate

2008-03-27 Thread madhusudhan143
Hi friends, I integrated Jasper Report with spring and Hibernate by using the jasperreport sample...I am getting following Exception org.springframework.web.util.NestedServletException: Request processing failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error

[jasperreports-questions] TextExporter Problem, Extra line between rows

2008-03-23 Thread govind33
Hi, While rendering rows in plain text format, I am getting extra line in between two rows. These lines are inconsistent i.e. somewhere there is only one line between two rows. However, somewhere there is more than one line in between two rows. Is there any way out of this problem? Need a

[jasperreports-questions] New to Jasper: Need help with multi-page reports

2008-03-19 Thread Psycho_Gamer
Hi all, Glad to have found a forum for Jasper reports. I want to design a 2-3 page report. I have found many examples where multiple page reports are mere continuations of page 1. For instance, if we were reporting on number of sales for an item, it is likely that not all of the information

[jasperreports-questions] jasperreports-2.0.4-project.tar.gz permissions are too tight

2008-03-04 Thread Alex Mayorga Adame
jasperreports-2.0.4-project.tar.gz permissions are too tight, only the user that uncompressed it has read permissions. Is this correct or by design? If not, what are the right permissions so various users could use Jasper Reports from a single installation? Thanks in advance, Alex -- View this

[jasperreports-questions] (no subject)

2008-03-03 Thread Äl$HÄFEEKB
am using iReport1.3.1,am not getting the stacked chart display,while running the jasper on html priview,am using the image servlet also,not displaying chart only two dooted line, please help me __ Scanned and protected by Email scanner

[jasperreports-questions] column value partiall displayed in jasper report

2008-02-21 Thread vino_it151
Using ireport i have generated a Report.In the database column width is too long where in the generated PDF only 2 words are seen.is there any way to view the complete column data in the PDF.Please suggest me. Any help will be appreciated. -- View this message in context:

Re: [jasperreports-questions] column value partiall displayed in jasper report

2008-02-21 Thread Marcos Quezada
There is a CheckBox in the Properties of the Textfield (Tab Text Field) called Stretch with overflow, you have to select this check and then the textfield will grow according to the data. The Textfield must be in detail band or ina a group band. Existe un CheckBox en las Propiedades del

[jasperreports-questions] TABLES LIST

2008-02-12 Thread cferrero
HI I'M NEW AT THIS AND I WANT TO KNOW IF IS POSIBLE MAKE A DESIGN WITH 2 TABLES LIKE THIS (THEY SHOU BE ONE BESIDES ANOTHER AND MUST CONTINUE IN NEXT PAGES) page 1 : table 1 table 2 xxx xxx

[jasperreports-questions] Re port generation, very slow performance.

2008-02-12 Thread Denny C
It takes too much time for the reports to load is what i experienced. I wrote 2 java files to develop a report. In the first report i designed the .jrxml file using iReport. All the fields were made in the design time. A db connection was made and a simple 'Select' query was executed. What i

[jasperreports-questions] ArrayIndexOutOfBoundsException to txt format

2008-01-24 Thread atchuta
Hi, I am trying to generate a report in text and pdf format. In the pdf the report is working, but in the text it is giving exception as below: Caused by: java.lang.ArrayIndexOutOfBoundsException at java.lang.System.arraycopy(Native Method) at

Re: [jasperreports-questions] Problem with single page excel Report

2008-01-22 Thread SomunNabble
Hi All, The issue got resolved by using the latest version of jasperreport jar file.(jasperreports-2.0.4.jar). We were using a little older one(jasperreports-2.0.0.jar). Thanks, Somu SomunNabble wrote: Hi Everyone, I have a report that needs to be exported to xls format in a single page.

[jasperreports-questions] Jasper report + JPQL

2008-01-17 Thread tarat
Hi! I've a problem and I didn't find any information on WEB about it so I try to use your experiment. I try to use Jasper Report with EJBQL: queryString language=ejbql![CDATA[SELECT p, k FROM PmUser p JOIN p.PmUserBeosztasCollection c JOIN c.beosztas k]]/queryString The problem is...p and k also

[jasperreports-questions] Transparent Images in exportToPDF()

2008-01-14 Thread Flaxxed
I have a report that has multiple images in it. Some of these images have an image expression of java.net.URL and others of java.awt.Image. (The java.awt.Image files are not stored on the disk but in memory when the report is generated.) All of the images that are put in the report have a

[jasperreports-questions] single line displays multiple number of times in our jasper reports

2008-01-11 Thread B Narendra Reddy
We are generating our jasper reports using jrxml files and we used multi threading concept in our code. All the Threads are accessing same jrxml files to generate the pdf files. In random scenario the reports are displaying multiple times for the same row. I am not able to find where the

[jasperreports-questions] Input Date Not working in Jasper reports?

2008-01-06 Thread Ashish.Anant
Hello All, I'm trying to run the bellow query through Jasper reports. The report ask for two input paramters (startDate and endDate), so, I added two control with the similar name what I'm using in query (pStartDate and pEndDate) of date type. The format I'm using for date is mm-dd-. But

[jasperreports-questions] Arabic numbers

2008-01-02 Thread nawaz_001
Hi All, I'm generating a report using jasper reports from my java application, I need to display arabic numericals. I have no problem displaying the arabic texts, but my requirements is to display the no.'s also in arabic. I tried changing the regional settings of my sistem to 'Saudi Arabia' and

[jasperreports-questions] how to download JasperReports API

2007-12-17 Thread Shafi Chaudhry
Hi, I am just trying to use JasperReports but could not find API file. What is location of JasperReports API download. Thanks Looking for last minute shopping deals? Find them fast with Yahoo!

Re: [jasperreports-questions] Jasper Report: to display total number of records

2007-12-17 Thread Dieter D'haeyere
There is a variable called REPORT_COUNT which exactly contains what you need I used this variable to decide if a background should be colored or not (alternating) Hope this helps, Dieter D'haeyere unknownEve wrote: How can i display the total number of records in the report. -- View

Re: [jasperreports-questions] Export a report to .doc format

2007-12-17 Thread Dieter D'haeyere
You can make use of the JRRtfExporter class ( http://jasperreports.sourceforge.net/api/net/sf/jasperreports/engine/export/JRRtfExporter.html ). Dieter D'haeyere. Manuel Umana-2 wrote: Hi, I want to export a report to doc or rtf format. I'm searching in Internet but I only founded how

[jasperreports-questions] vertical lines in detail band

2007-12-12 Thread Dieter D'haeyere
I have a problem when generating vertical lines in the detail band. I want to add an uninterupted vertical line in the detail band. I draw a line with the height of the band, but when the band gets repeated (serveral beans in my collection that is sent to the band), there is a tiny small space

Re: [jasperreports-questions] pdf permissions

2007-12-12 Thread so
Hi, If i set the USER_PASSWORD to , the password is not asked when the pdf is open. I change also the permission to PdfWriter.AllowPrinting. But now i don't know where i can give the OWNER_PASSWORD for changing the permissions directly in the pdf editor, or better if it's possible to give

[jasperreports-questions] Abhishek sent you a friend request on Yaari...

2007-12-06 Thread Abhishek
Abhishek Soni wants you to join Yaari! Is Abhishek your friend? Yes, Abhishek is my friend! No, Abhishek isn't my friend. Please respond or Abhishek might think you said no :( Thanks, The Yaari Team You are receiving this

[jasperreports-questions] Question

2007-12-05 Thread surya kusumakar
how to pass query dynamically to query string , as well as change the text expressions and text attribute according to query?? surya - Why delete messages? Unlimited storage is just a click

[jasperreports-questions] Different print job sizes for different Java plugins

2007-11-30 Thread jgutierrez
Hi, I use jasperreports 2.0.2 to print some reports in an applet of a web application. When I work with the java 1.5.0_09 plugin the size of the print job is very smaller than when I work with java 1.4.2 plugin. For example, if I send to the print job the same report in both versions of java

[jasperreports-questions] error while executing jasper report in (linux) server it workes fine in local server

2007-11-19 Thread gandhivasu
hi i am getting following error while executing my jasper report in linux server .But it works fine in local windows server . i could not able to find out the error . please if some one could guide me i will be much helped. i have imported these files in the servlet and all permissions are

[jasperreports-questions] Error regard generate reports using jasperReports in dwr

2007-11-19 Thread anilkumar mulam
I am genreting reports usung japerReportsin dwr.I am getting these errors Errors were encountered when compiling report expressions class file: D:\Program Files\Apache Software Foundation\Tomcat 5.0\item_1195298575593_251940.java:4: package net.sf.jasperreports.engine does not exist import

[jasperreports-questions] Error regard generate reports using jasperReports in dwr

2007-11-18 Thread Mulam_Anil
i am generating reports with jasperreports in dwr.it gives error like this Errors were encountered when compiling report expressions class file: D:\Program Files\Apache Software Foundation\Tomcat 5.0\item_1195287830437_658743.java:4: package net.sf.jasperreports.engine does not exist import

[jasperreports-questions] Export a report to doc format

2007-11-15 Thread Manuel Umaña
Hi, I want to export a report to doc or rtf format. I'm searching in Internet but I only founded how to export to pdf and html. Could you give me a suggestion about this? Thank you. - This SF.net email is sponsored by:

[jasperreports-questions] re garding path specification in the compilefiletoreport() of the reportgeneration

2007-11-12 Thread anilpatimalla
while working with reportgeneration in dwr frame work we need to mention the path for the jrxmljasper locations. if we mention the whole path of the file corresponding location its not working.can any help regarding this regards anil P -- View this message in context:

Re: [jasperreports-questions] Hyperlink in jasper

2007-11-05 Thread [EMAIL PROTECTED]
Hi Namrata, I think you can retrieve those parameters in some servlet then fill the parameters , again call the Jasper. Amarnath. NamrataH wrote: hi, Can anybody please tell me how to link to reports... i hv created hyperlink on 1 report and i wnt to take the contents of tht page as

Re: [jasperreports-questions] 2 charts in one report from 2 db tables(ireport)

2007-11-05 Thread [EMAIL PROTECTED]
Hi, Have two sub reports. In One of your subreport have Pie and in another one have bar. If have any problem to do this do get back me. Amarnath. madhus7 wrote: hi, i have a requirement where i need to display 2 charts(pie and bar)in a single report side by side whose data come from

[jasperreports-questions] 2 charts in one report from 2 db tables(ireport)

2007-10-30 Thread madhus7
hi, i have a requirement where i need to display 2 charts(pie and bar)in a single report side by side whose data come from different tables from the database.how can i do this using jasperreports and ireport.any help would be appreciated.thanks in advance. -- View this message in context:

[jasperreports-questions] Currency format in Excel report

2007-10-23 Thread KLI
Hi, is there any chance to set in report, Excel cell format to currency? Thanks in advance. -- View this message in context: http://www.nabble.com/Currency-format-in-Excel-report-tf4668856.html#a13337263 Sent from the jasperreports-questions mailing list archive at Nabble.com.

[jasperreports-questions] decrease volume of my pages

2007-10-20 Thread sabah
hi I work with jasper reports. my code in jasper reports is very volume. How can I decrease volume of my pages in jasper reports. -- View this message in context: http://www.nabble.com/decrease-volume-of-my-pages-tf4657845.html#a13309606 Sent from the jasperreports-questions mailing list

[jasperreports-questions] Help with Subreports and JAVA Bean connections

2007-10-10 Thread scottpetersen
I have been writing Jasper reports for some time and do not have a problem writing main and subreports. I can write a main report that passes a $P{REPORT_CONNECTION} (JDBC connection) to subreport1 and they work fine. I can also write a main report that passes a JAVA Bean to subreport2 and they

[jasperreports-questions] How i can control the value Field to print a desired value for a Variable with jasperreport?

2007-10-08 Thread dr_pompeii
Hello guys i have a jrxml with a db query and works fine, in my fields retrieved by the query appear a field call for instance moneychange it would be 1 or #.## my problem that i want to resolve is that the Variable prints value Dolar when moneychange has 1 how value and value Euro when

<    1   2   3   4   5   >