[jasperreports-questions] JasperServer/Intelligence WebServices

2006-07-13 Thread William Ferguson
I am looking at setting up a JasperServer to handle all report requests for my application which will reside on another machine. I want to be able to provide UI in my application to schedule reports, check report status, retrieve lists of available reports etc and have it hand off to the

Re: [jasperreports-questions] Unable to generate WSDL for this service

2006-07-12 Thread William Ferguson
Wow, thanks for the prompt reply Giulio. But you lost me. Repository.aar is already deployed as part of the JasperServer WebApp. Are you suggesting that I need to create another WebApp just containing repository.aar (and its dependencies) and deploy that separately to the JasperServer WebApp?

Re: [jasperreports-questions] Unable to generate WSDL for this service

2006-07-12 Thread Giulio Toffoli
This is a trick to get the WSDL, I did not go in depth to understand why the WSDL can not be produced from JasperServer app. Giulio William Ferguson wrote: Wow, thanks for the prompt reply Giulio. But you lost me. Repository.aar is already deployed as part of the JasperServer WebApp.

[jasperreports-questions] [ANN] JasperIntelligence 1.0.1 released ...

2006-07-11 Thread Teodor Danciu
We are pleased to announce this release that significantly broadens the platform into the following areas: * Scheduled Reports with email notifications * Content Repository for scheduled report output * OLAP User interface * OLAP Server * Custom Data Sources for Reports * Fine

[jasperreports-questions] Use of Jasperreprt file from .jar file

2006-06-30 Thread Md. Mortoza Ali Khan
Hi I want to put all my jasperreport files into a jar file (reports.jar) and want to call/use from java program. Can you help me how do I get the file and use? Rgds, MAK __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection

[jasperreports-questions] pdf exporter doesn't work

2006-06-30 Thread Leyzerzon, Simeon
Hi, I'm running the jasper-webapp from the samples in Weblogic. The problem is when I click on the export link, it brings up the new window, but then nothing happens - no pdf is displayed. It exports fine into rtf and html formats though. The compilation step is done via the following:

[jasperreports-questions] JasperReport Exception

2006-06-29 Thread salah grida
Hi all,I trying to learn how to produce reports, using iReport x JasperReports... I made my report with iReport and it works fine (under iReport) but when I call it from my class a exception comes...And the exception :RusReportStarter.startProcess Name=Jasper Report

[jasperreports-questions] Using JasperReports/iReport with SAP ...

2006-06-29 Thread Teodor Danciu
Hello, The JasperSoft team would like to know if there are any applications out-there successfully using JasperReports/iReport with SAP. If you know of such combination, please contact us at [EMAIL PROTECTED] Thank you, Teodor Using Tomcat but need to do more? Need to support web services,

[jasperreports-questions] OutOfMemoryException

2006-06-28 Thread KSchaeuble
Hello, I want to print my report to pdf and it did already work though I got an OutOfMemoryException. Then I found some posts where the JRVirtualizer was mentioned and played a bit with it. But it did not really work and I erased it from my code. Now I can't get the report to work properly

[jasperreports-questions] JRXML Compilation Error

2006-06-26 Thread Leyzerzon, Simeon
Hi, I've just downloaded the jasperreport distribution and am doing some experimentation with it. I build the jasper-webapp war and deployed in on WebLogic 8.1 sp2. When running the example and clicking on the link to compile JRXML, I'm encountering the following error:

Re: [jasperreports-questions] JRXML Compilation Error

2006-06-26 Thread Leyzerzon, Simeon
Dominik, Thanks for your answer. I've added the parameter you specified into the command line of the app server, and checked for the presence of jdt-compiler.jar in the classpath, jdt-compiler-3.1.1.jar is in WEB-INF/lib of the war file. Both of these didn't help to resolve the issue.

Re: [jasperreports-questions] Deadlock when filling a report?

2006-06-21 Thread Ingo Bruell
Hi, I wrote a new report and now when I try to run it, it seem to encounter a deadlock near the end of the filling process. This is for jasper 1.2.2. Anyone have ideas (or work-arounds)? in which Environment ? I tried to fill reports within a j2ee app server and used the datasource to

[jasperreports-questions] classloader broken

2006-06-21 Thread Tomi NA
I get the following error when I try to compile a jrxml file: java.lang.LinkageError: Class net/sf/jasperreports/engine/JasperReport violates loader constraints at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:620)

Re: [jasperreports-questions] classloader broken

2006-06-21 Thread Vincenzo Manzoni
I get the following error when I try to compile a jrxml file: Can you post us your jrxml file? Vincenzo ___ jasperreports-questions mailing list jasperreports-questions@lists.sourceforge.net

Re: [jasperreports-questions] classloader broken

2006-06-21 Thread Tomi NA
On 6/21/06, Vincenzo Manzoni [EMAIL PROTECTED] wrote: I get the following error when I try to compile a jrxml file: Can you post us your jrxml file? Vincenzo I think I've solved the problem (in that I can view and export the report :)), but I'm not sure what was wrong. I think it

[jasperreports-questions] chart not displayed properly

2006-06-21 Thread Kapil shewate
Hi When I export my report to excel chart does not get displayed but when I export it to PDF chart is displayed. Can anyone let me know a solution to this? Thanks and Regards, Kapil Shewate. Emptoris Technologies India Pvt Ltd B101, Pune IT Park, 34 Aundh Road, Bhau

[jasperreports-questions] Trailing whitespace being stripped from PDF

2006-06-19 Thread Andy DePue
Short version: PDF export is stripping trailing whitespace from all text fields, and this is a problem. For one thing, the resulting PDF no longer matches the Swing jasper viewer. Long version: I have a report in which I'm attempting to line up money amounts. The requirement is that the

Re: [jasperreports-questions] Trailing whitespace being stripped from PDF

2006-06-19 Thread S, Mohamed Raffi (Mohamed)
Andy, Try out the left padding and right padding for that field It might work for you? Regards, Raffi -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Andy DePue Sent: Monday, June 19, 2006 10:44 PM To: jasperreports-questions@lists.sourceforge.net

[jasperreports-questions] hyperlink to another report

2006-06-17 Thread Jason Tesser
I looked at the samples in the hyperlink but I do not see noe that links to a second report. Would someone please provide an example of a report that does this. Thank you. ___ jasperreports-questions mailing list

Re: [jasperreports-questions] Retrieve image informations

2006-06-16 Thread Vincenzo Manzoni
is there the possibility to retrieve design informations about a graphic object, such an image? Surfing with Google, I have found a solution: JasperReport jr = (JasperReport) JRLoader.loadObject(MyReport.jasper); JRBand jb = jr.getDetail(); JasperElement je = jb.getElementByKey(image-1); //

[jasperreports-questions] Jasper Server and subreports

2006-06-16 Thread Jason Tesser
I cannot get a report with a subreport to work in JasperServer. It doesn't find the subreport jrxml. I have tried repo:/subreport.jrxml /subreport.jrml Nothing works. How do you reference the jrml using the jasperserver? ___ jasperreports-questions

[jasperreports-questions] creating subreports with cayenne and struts

2006-06-13 Thread Alan Baltazar
does anyone know how to implement subreports with cayenne and struts? thanks, alan __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com ___

Re: [jasperreports-questions] How to add pattern to an expression

2006-06-13 Thread Brian Burridge
I don't think that can be done in an _expression_.You don't say what type of field JOB_ID is, but one easy solution, if you cana) make it that field some type of numberb) split it out into its own _expression_ would be to use a pattern on it of: #00That will left pad it with zeros to fill 6

Re: [jasperreports-questions] Stretch field is not working proper ly

2006-06-12 Thread S, Mohamed Raffi (Mohamed)
Hi Abhishek, Okay, Looks like the specific data is actually spreading across 3 lines (May with the leading or trailing space) in unix env. Does a trim() help in your case? Regards, Raffi -Original Message-From: Abhishek Soni [mailto:[EMAIL PROTECTED]Sent: Monday, June 12,

[jasperreports-questions] Bug in method JasperFillManager.fillReport()?

2006-06-12 Thread Vincenzo Manzoni
Title: Bug in method JasperFillManager.fillReport()? Hi, my file .jrxml contains only static text; if I call JasperFillManager.fillReport() without DataSource, next the method JasperExportManager.exportReportToPdfFile(jp, A4p.pdf) creates an empty pdf file. // Empty pdf jp =

[jasperreports-questions] subreports using JRDataSource

2006-06-12 Thread Kapil shewate
Hi Can anyone provide me the details to create sub-reports using JRDataSource in ireport. Thanks and Regards, Kapil Shewate. Emptoris Technologies India Pvt Ltd B101, Pune IT Park, 34 Aundh Road, Bhau Patil Marg Pune 411020 Phone: +91 (20) 25810422 ext 278 Mobile:

Re: [jasperreports-questions] Bug in method JasperFillManager.fillReport()?

2006-06-12 Thread Teodor Danciu
Hi, I've just created an FAQ that should help solve this: http://jasperreports.sourceforge.net/faq.html#emptyReport Thank you, Teodor Vincenzo Manzoni wrote: Hi, my file .jrxml contains only static text; if I call JasperFillManager.fillReport() without DataSource, next the method

Re: [jasperreports-questions] Stretch field is not working proper ly

2006-06-12 Thread Abhishek Soni
Hi Raffi, I setthe fields height for One row only (i.e text height is 9 font size 8 and font name is helvatica ,Remove Line when Balnk True,Position Type Fix related to Top,evaluation group = Now , Print repeated value True , Stretch Type relative to tollest object (i have already checked with No

Re: [jasperreports-questions] Stretch field is not working proper ly

2006-06-11 Thread Abhishek Soni
Hi Mohammad Raffi, thanks very much for your reply... i am using the PDF font helvatica. There are other text fields wherei am using the same font and those are working fine(and for them stretchable is false). So i think that the font is not the problem. i guess only problem in the stretchable

[jasperreports-questions] Water Mark text Rotation problem

2006-06-09 Thread Abhishek Soni
Hi , idesigned an iReport template. As permy requirement i am to display some text as water mark into PDF.I do able to display the water mark using background band. but the water marktext should be retated diagonally to the page. Iam seeingin Rotation property only None/left/right. is there any

[jasperreports-questions] store field values

2006-06-09 Thread John Dunn
I want to be able to compare a value in my data record with the value from the previous record. i.e I need to store the value from the previous record. How do i do this? ___ jasperreports-questions mailing list

[jasperreports-questions] Stretch field is not working properly

2006-06-09 Thread Abhishek Soni
Hi I am facing one strange problem. I am setting the Stretch with overflow property True for a text field in my Report and it is working fine in local system. But when I am uploading the application in app server which is running on Unix machine (Sun Solaris) it is not working fine. I set the

Re: [jasperreports-questions] Stretch field is not working proper ly

2006-06-09 Thread S, Mohamed Raffi (Mohamed)
Don't use any font which is not available in Solaris. Use default fonts. Search the forum, there are mail mains related to this issues. -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of Abhishek SoniSent: Friday, June 09, 2006 6:00 PMTo:

[jasperreports-questions] Bug in ireport

2006-06-09 Thread John Dunn
If I amend an element in one report , save the report and then switch to another report, when I switch back to the first report, the change has been lost. John Dunn Product Consultant Direct Dial +44 (0) 117 373 6122 Sefas Innovation Ltd, CityPoint, Temple Gate, Bristol BS1 6PL, UK. Tel: +44(0)

Re: [jasperreports-questions] Question re report query SQL

2006-06-09 Thread Lucian Chirita
Read this, it shows how to pass SQL fragments through parameters: http://jasperreports.sourceforge.net/tutorial/index.html#parameters HTH, Lucian John Dunn wrote: Is it possible to pass part of, or an entire SQL query string as a parameter? My problem is that the SQL where clause may vary

Re: [jasperreports-questions] jasper report and virtual disc usage

2006-06-09 Thread Lucian Chirita
You can get the full JR distribution and check the demo/samples/virtualizer sample to see how a virtualizer can be used while filling/exporting a report. You can also find some information from the API Javadocs at http://jasperreports.sourceforge.net/api/index.html HTH, Lucian Reza

[jasperreports-questions] Question re report query SQL

2006-06-08 Thread John Dunn
Is it possible to pass part of, or an entire SQL query string as a parameter? My problem is that the SQL where clause may vary from one call of the report to another i.e.some AND clauses may or may not be required. Or is the case that only values can be passed as parameters? John Dunn Product

[jasperreports-questions] Current Stable Version

2006-06-07 Thread Kalpesh Chordia
Title: Current Stable Version Hi, We are using JasperReports 0.5.2 version for our reporting requirements. Now, we are planning to upgrade to the latest and most stable version as of now. Could any one suggest the version to be used from their past experience ? Our main requirement

Re: [jasperreports-questions] row limit

2006-06-07 Thread Asit Patadia
Raul, As per my knowledge you need to use iText API to restrict number of rows in a page of a PDF report. Regards, Asit. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Wednesday, June 07, 2006 2:05 AM To:

[jasperreports-questions] Print leading zeros

2006-06-07 Thread John Dunn
How can print a number with leading leading zeros to pad it out to 6 digits? e.g. 1234 should print as 001234 What pattern do I need to set? John Dunn Product Consultant Direct Dial +44 (0) 117 373 6122 Sefas Innovation Ltd, CityPoint, Temple Gate, Bristol BS1 6PL, UK. Tel: +44(0) 117 373 6114

Re: [jasperreports-questions] row limit

2006-06-07 Thread Teodor Danciu
Hi, In JasperReports, documents look the same in all formats. So restricting the number of records on a page has nothing to do with PDF or any other format. It is a report design issue. You could introduce a group that breaks every N rows and use isStartNewPage=true for it. This way when the

Re: [jasperreports-questions] Multiple Paragraphs in Static Text Field?

2006-06-07 Thread Cameron Taggart
Yes, that works. I guess I am struggling to enter a paragraph break in iReport Designer 1.2.2. I tried ctrl+enter while editing the text field and a variety of other things. Anyone know how to create a paragraph break in iReport? Cameron On 6/5/06, Jason Essington [EMAIL PROTECTED] wrote:

Re: [jasperreports-questions] Multiple Paragraphs in Static Text Field?

2006-06-07 Thread Ben K.
paragraph break in iReport You can use the box from the ellipse Element properties - Text property (...). HTH. Ben K. Developer http://benix.tamu.edu ___ jasperreports-questions mailing list jasperreports-questions@lists.sourceforge.net

[jasperreports-questions] Hai

2006-06-06 Thread tulasi m
Hi, This is tulasi.Can u just give some basic features and advantages of jasper reports. Thanks Regards, Tulasi ___ jasperreports-questions mailing list jasperreports-questions@lists.sourceforge.net

[jasperreports-questions] different detail lines

2006-06-06 Thread John Dunn
Can I only have one detail band? I want to output different information on the detail line dependant upon a field value. How can I do that? John Dunn Product Consultant Direct Dial +44 (0) 117 373 6122 Sefas Innovation Ltd, CityPoint, Temple Gate, Bristol BS1 6PL, UK. Tel: +44(0) 117 373 6114

[jasperreports-questions] print when and evaluating null

2006-06-06 Thread John Dunn
I have the following Print When expression on a text field in my detail line. The value in the record (from an Oracle database) is null, but the expression always returns false so the item is never printed. new Boolean($F{I_INPUT_JOB_ID}.equals(null)) If I remove the Print When expression

[jasperreports-questions] jasper report and virtual disc usage

2006-06-05 Thread Reza Razavipour
To all, I am very very new to Jasper reports so excuse the primitive vocabulary. I run a very old version of jasper reports.I run out of memory very easily and quickly so I limit my queries to 25000 records. I have heard that the latest version of jasper reports can use the disc to cache

[jasperreports-questions] 4 questions about JasperViewer ... the last is the more difficult challenge

2006-06-02 Thread Edilmar LISTAS
Hi, PS: I'm using JasperReports 1.2.0 + Swing/JDK5. I'd like to know: 1) How could I contrib with viewer.properties file, creating a translating to pt-BR? There is only pt-PT available. 2) After this contrib, do I need to recompile all JasperReports changing the default viewer.properties

[jasperreports-questions] Export Images on Excel

2006-06-02 Thread Marcos Quezada
Hi everyone, i have a question. ¿Can I put images on a report exported to Excel? ¿How can I do it? Thanks guys ___ jasperreports-questions mailing list jasperreports-questions@lists.sourceforge.net

[jasperreports-questions] Re: problem with mysql deatediff in ireport

2006-05-31 Thread Vijay
alfa [EMAIL PROTECTED] writes: Hi Here is my sql query select a.rmaid, CompanyName, arrivaldate, despatchdate, datediff(despatchdate,arrivaldate) 'NoOfDays', Orderdate,proddesc from rmatable a, company b, companyorder c, product d, rmatable_product e where a.companyid = b.companyid

[jasperreports-questions] Custom Expressions

2006-05-28 Thread David Meiser
I am new to JasperReports and am used to the ease of MS Access, so bear with me.I have 2 time fields that I need to figure the time difference between. So, I created a scriptlet that does this and returns it as a double where hours is the whole part, good. Now, I need to divide another field by

[jasperreports-questions] Re: Roadmap

2006-05-23 Thread Ady Das OToole
Anyone know if there's a roadmap for future JasperReport releases on JIRA or somewhere else? Thanks in advance. -- Ady Das OToole Optaros, Inc. --- Using Tomcat but need to do more? Need to support web services, security? Get stuff done

Re: [jasperreports-questions] Jasperreport and I18n ( keys in DateBase )

2006-05-23 Thread Nathan Bubna
i believe there is a handy str() function built in. try str($F{TITLE}) On 5/16/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi, I have some problem with jasperreport i18ns in my project. We are using Struts and its MessageProperties for i18n in whole project and some keys for i18n are taken

[jasperreports-questions] Re: XLS + charts and POI

2006-05-17 Thread Radek Maciaszek
Hurray, it works! JXL is a way to go :) cheers Radek On 17/05/06, Radek Maciaszek [EMAIL PROTECTED] wrote: Hi.. I installed newest JasperReports and generated few sample XLS reports. Looks like charts weren't included in those reports which I believe is caused by using old POI jar. I upgraded

[jasperreports-questions] JasperViewer to PDF export problem

2006-05-16 Thread neqo seppuku
hi all, I create my report and view by JasperViewer, to that point it is OK, but when I want to save as the report as pdf document, it sometimes, deletes the lines of the field that is large. But in the jasperViewer, all of the text is seen, after save as pdf, the end of the text sometimes

[jasperreports-questions] Tomcat 5.5 and JasperReports 1.2.2

2006-05-16 Thread Wojtek Stańczuk
Hi, I've got problems in configuration JR 1.2.2 with Tomcat. Every time I run my report I got exception: NoClassDefFoundError with different classes from other needed libraries. I've installed almost all listed on home page of JR, except one: commons-sandbox-javaflow, because I can't fint it in

Re: [jasperreports-questions] Tomcat 5.5 and JasperReports 1.2.2

2006-05-16 Thread Lucian Chirita
Hi Regarding Javaflow, you can't find it as there is no release yet. You can get a Javaflow snapshot jar from the JR distribution (the project zip), or from CVS (if you don't want to get the full project zip): http://jasperreports.cvs.sourceforge.net/jasperreports/jasperreports/lib/ I'll

[jasperreports-questions] stackedBar3DChart question.

2006-05-16 Thread Samuel Lee
Title: stackedBar3DChart question. I have a query that returns: DATE TYPE COUNT AMOUNT TOTAL_COUNT TOTAL_AMOUNT - 05/09/2006 rebill 101 1802.95 119 2247.05 05/09/2006 upgrade 1 74.95 119 2247.05 05/09/2006 sale 17 369.15 119

Re: [jasperreports-questions] Compile .jrxml to .jasper

2006-05-16 Thread Radek Maciaszek
Hi Wojtek It's not a JasperAssistant group. Make sure to read their tutorial. Just set that datasource according to their docs: http://www.jasperassistant.com/docs/guide/ch03s02.html kind regards Radek On 16/05/06, Wojtek Stańczuk [EMAIL PROTECTED] wrote: Hi, is there any way to compile

[jasperreports-questions] Jasperreport and I18n ( keys in DateBase )

2006-05-16 Thread metyl
Hi, I have some problem with jasperreport i18ns in my project. We are using Struts and its MessageProperties for i18n in whole project and some keys for i18n are taken from DateBase e.g my table may looks like this NAME | SURNAME | TITLE -- John | Jonson | title.director

Re: [jasperreports-questions] Tomcat 5.5 and JasperReports 1.2.2

2006-05-16 Thread Wojtek Stańczuk
I've solved the problem using the previous version of JasperReports (1.2.1) that is without javaflow-continuations. Now the reports are generated :). Wojtek Hi Regarding Javaflow, you can't find it as there is no release yet. You can get a Javaflow snapshot jar from the JR distribution

[jasperreports-questions] Textfield is not streaching enough to fit the Data

2006-05-11 Thread Rajkumar Ramanathan , Tidel Park - Chennai
Title: Textfield is not streaching enough to fit the Data HI Folks, I am facing a problem in JasperReport2.0. In PDF report for a particular field(column) I have to display around 4000 characters. I have used the text field for that. I have selected 'Stretch with overflow check box in the

[jasperreports-questions] Japser Report - JRTextExporter issue

2006-05-10 Thread Shikha Meena
Hi, In our project we are usingthe JasperReports-1.2.0 .The requirement in this project is such that a report can be used to generate the PDF , HTML, XLS orit can be used to print to a Laser printer or to the Dot Matrix printer. Now to print on the Dot Matrix printer I have used the

RE: [jasperreports-questions] Japser Report - JRTextExporter issu e

2006-05-10 Thread Kalpesh Chordia
Hello Shikha, Is there any specific reason for exporting the jrprint to text and then printing it on dot matrix printer ? Thereare APIs available in JasperPrintManager class for printing the jrprint directly without exporting. JasperPrintManager.printReport(jasperPrint, true) OR is

[jasperreports-questions] Can I merce 2 report??

2006-05-10 Thread Quang Nguyen
Hi everybody,I work with a report which has more than 200 Static text and parameter. So i cannot put all of them in one report. I have to split them to 4 report (for 4 pages).My problem is when i export to pdf file, it has 4 files for 4 pages, sound not good. I want put all of them in only one pdf

RE: [jasperreports-questions] Can I merce 2 report??

2006-05-10 Thread Kalpesh Chordia
You can create one master report and add all four reports as subreports to master report. -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]Sent: Thursday, May 11, 2006 10:04 AMTo: jasperreports-questions@lists.sourceforge.netSubject:

[jasperreports-questions] jasperreports+cayenne+struts

2006-05-10 Thread Alan Baltazar
has anyone implemented jasperreports with a cayenne ORM and struts web application? i tried this, http://www.objectstyle.org/confluence/display/CAY/Jasper+Integration but gave me problems. class cast exception on rowIterator.next() at DataRowDataSource class. Does anyone have any ideas

[jasperreports-questions] A question about dynamic tables

2006-05-05 Thread Multiple Developers
The problem is that I need to post a table into the report. Thought the table is generated in program, by user, so I do not know neither the number of rows in the table, nor names. The JRTableDataset sample, which is found in JasperReports package, does not provide the solution for such case. I

[jasperreports-questions] Re: Cannot find lib in iReport home directory

2006-05-04 Thread Radek Maciaszek
Looks like the new version needs Java1.5 After It works after upgrading Java cheers Radek On 03/05/06, Radek Maciaszek [EMAIL PROTECTED] wrote: Hi I tried to force iReport to work for few hours but without any luck so far. I installed everything according to documentation. I'm using

Re: [jasperreports-questions] Re: Cannot find lib in iReport home directory

2006-05-04 Thread Giulio Toffoli
iReport needs java *SUN* 1.4.2 or greater. Giulio Radek Maciaszek wrote: Looks like the new version needs Java1.5 After It works after upgrading Java cheers Radek On 03/05/06, Radek Maciaszek [EMAIL PROTECTED] wrote: Hi I tried to force iReport to work for few hours but without any luck

[jasperreports-questions] Cannot find lib in iReport home directory

2006-05-04 Thread Radek Maciaszek
Hi I tried to force iReport to work for few hours but without any luck so far. I installed everything according to documentation. I'm using j2sdk1.4.2 and Fedora Core 4 This is a message I have after executing iReport.sh: [EMAIL PROTECTED] iReport-1.2.2]# ./iReport.sh Cannot find lib in

Re: [jasperreports-questions] Please help

2006-05-03 Thread Lucian Chirita
Hi See this regarding the Html export: https://sourceforge.net/forum/message.php?msg_id=3711741 Regards, Lucian Meenakshi Singh wrote: hi all, I have recently upgraded to jasper reports 1.2.2 from JR 1.1.1. Several reports run through JR in my project in html, pdf xls format. Pdf is

[jasperreports-questions] save button in applet

2006-05-03 Thread Jason Tesser
The save button in my applet is only allowing a jrprint to be saved. I would like it to allow the pdf,csv etc... I have used it before in swing apps without a problem. Any clue why I don't see the other save options?? Also how could I remove the jrprint option?

Re: [jasperreports-questions] Please help

2006-05-03 Thread Lucian Chirita
Unfortunately we don't usually distribute binary patches. You can solve the problem in several ways: * get the JRHtmlExporter.java revision from CVS and perform a build * use the JRHtmlExporterParameter.HTML_HEADER workaround * use JR 1.2.1 until the next release (if you don't need any

Re: [jasperreports-questions] maven 2 jasper reports plugin?

2006-05-02 Thread Lucian Chirita
The only one I'm aware of is one written by Grégory Joseph, currently found in the Mojo sandbox at codehaus.org (see http://mojo.codehaus.org). Regards, Lucian Citat Dan Adams [EMAIL PROTECTED]: Is there a maven 2 plugin for compiling reports? -- Dan Adams Software Engineer Interactive

[jasperreports-questions] applet security

2006-05-02 Thread Jason Tesser
I am using the applet but if I try to print or save I get the followingjava.security.AccessControlException: access denied (java.lang.RuntimePermission accessClassInPackage.sun.awt.windows) at java.security.AccessControlContext.checkPermission (Unknown Source) at

RE: [jasperreports-questions] applet security

2006-05-02 Thread Yalamanchili, Kiran
Add this property to your java.policy file. permission java.lang.RuntimePermission "accessClassInPackage.sun.awt.windows"; You may want to grant permission only for specific codebase, like the example below. The applet is present in the applets directory under the context 'jsw'. grant

[jasperreports-questions] AsynchronousFillHandle example

2006-05-02 Thread Alexander Alexandrov
Does anyone have sample code / example or just can point me to one that I can look at for canceling report and using the AsynchronousFillHandle Thank you, Alex

[jasperreports-questions] Please help

2006-05-02 Thread Meenakshi Singh
hi all, I have recently upgraded to jasper reports 1.2.2 from JR 1.1.1. Several reports run through JR in my project in html, pdf xls format. Pdf is working fine. Whereas my reports don't produce any html output now, they show a blank page(No errors even) my xls report doesn't show the cell

[jasperreports-questions] AsynchronousFillHandle example

2006-05-02 Thread Alexander Alexandrov
Does anyone have or can point me to an example of using AsynchronousFillHandle for running and canceling a report? Thank you, Alex --- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with

[jasperreports-questions] Jasper Report regarding a join

2006-05-01 Thread Manish Jain
Hello, my DB schema is like CLASS-A id ( primary key ) , other properties CLASS-B rollno ( primary key ) , id ( foreign key CLASS-A.id ) , other attributes I want to create a Jasper Report to display all elements of class B and and whenever the user clicks on id, the details to Class-A.id

[jasperreports-questions] Panic Situation- Please help

2006-04-28 Thread Meenakshi Singh
hi all, I have recently upgraded to jasper reports 1.2.2 from JR 1.1.1. Several reports run through JR in my project in html, pdf xls format. Pdf is working fine. Whereas my reports don't produce any html output now, they show a blank page(No errors even) my xls report doesn't show the

[jasperreports-questions] PageHeader and pageFooter are missing on last page

2006-04-28 Thread Udo Weigelt
Hi, if there is an summary but no detail anymore on last page last pageFooter and last pageHeader are missing. In the following example - could be filled with 5 records correctly (1 page) - could be filled with 13 records correctly (2 pages) - could not be filled with 9

[jasperreports-questions] maven 2 jasper reports plugin?

2006-04-28 Thread Dan Adams
Is there a maven 2 plugin for compiling reports? -- Dan Adams Software Engineer Interactive Factory 617.235.5857 --- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated

[jasperreports-questions] Subreport Issue.

2006-04-28 Thread Sudarshan Krishnaprasad
Hi, I am having an issue with subreports showing up on my master report. I am including the subreport in this fashion in my masterReport.jrxml file. parameter name="SUBREPORT_DIR" isForPrompting="true" class="java.lang.String" defaultValueExpression

Re: [jasperreports-questions] Panic Situation- Please help

2006-04-28 Thread Teodor Danciu
Hi, No wonder you don't see any errors if you catch them and then log very small error messages. Let the code throw proper errors or handle them properly by wrapping them and throwing them up the stack so that you clearly see what's happening when problems occur. If you make a big try/catch

Re: [jasperreports-questions] Hide a field based on the next row

2006-04-28 Thread Adriano dos Santos Fernandes
Lucian Chirita wrote: Hi If I understand your requirement correctly, you need something similar to this (you could create a group based on the date field): http://sourceforge.net/forum/message.php?msg_id=3540986 If so, take a look at the provided solution and see whether it suits your

[jasperreports-questions] Displaying big data separately on the pages

2006-04-27 Thread Kalpesh Chordia
Title: Displaying big data separately on the pages Hi, I have designed a .jrXML template using iReport. There are two big text fields in it. I am populating these fields using java object. The value of these two fields is of course dynamic. The requirement is If the value of both fields

Re: [jasperreports-questions] delaying conditional style evaluation

2006-04-27 Thread Lucian Chirita
The JR rendering engine always evaluates conditional styles when it begins to render a band, delayed conditional style evaluation is not currently supported. Still, you can use a styled text field with Auto evaluation type to change the style of the biggest value. You'd obviously need to

Re: [jasperreports-questions] Hide a field based on the next row

2006-04-27 Thread Lucian Chirita
Hi If I understand your requirement correctly, you need something similar to this (you could create a group based on the date field): http://sourceforge.net/forum/message.php?msg_id=3540986 If so, take a look at the provided solution and see whether it suits your needs. HTH, Lucian

[jasperreports-questions] Problems with image in HTML rendering

2006-04-25 Thread manouche caumes
Hi everyone, This thread has already been posted, but no response was given... So i give more infos about my config. I desperatly try to display a report in HTML format from a servlet... == It works perfectly in PDF format (with the JasperExportManager.exportReportToPdf() method) My webapp

Re: [jasperreports-questions] running many queries in a report?

2006-04-25 Thread Manfred Moser
Sorry for not answering yesterday. Raffi details what I suggested in good detail. The rest should be no problem with the API and the guide. manfred S, Mohamed Raffi (Mohamed) wrote: Check out the Custom DataSource section, if there is any. Basically you need to implement the JRDataSource and

RE: [jasperreports-questions] running many queries in a report?

2006-04-25 Thread Dan Adams
I'm sorry, could you elaborate on that a bit? Or point me to an example? Thanks for your help. On Tue, 2006-04-25 at 10:19 +0530, S, Mohamed Raffi (Mohamed) wrote: Check out the Custom DataSource section, if there is any. Basically you need to implement the JRDataSource and do your stuff in

Re: [jasperreports-questions] running many queries in a report?

2006-04-25 Thread Manfred Moser
At some stage in the code you will fill the report eg. with JasperFillManager.fillReport(jr, reportParameters, dataSource); All you have to make sure is that the reportParameters contains all the values from your queries in a Map. Eg. with totalCount 100 and that your

Re: [jasperreports-questions] running many queries in a report?

2006-04-25 Thread Dan Adams
Well, in my report I'm going to have one main list of rows which is no big deal, but then for each row there are a couple other values that I need to print where each value is the result a different query (complicated ones with multiple joins and such). Would that still make sense here? I

Re: [jasperreports-questions] Hide a field based on the previous row

2006-04-24 Thread Andy Dines
I don't think that there's a simple way to do what you want in the report itself. As you have a custom datasource, could you not add in a field called PrintDate and, using Java, populate that as you want? Either that, or change your datasource so that it includes the date from the next record

[jasperreports-questions] Cross tab issue

2006-04-24 Thread Vidhya C, ASDC Chennai
Dear Friends, I am using crosstab for department-category matrix where the repetitive values are not getting printed.I have given "Print Repetitive values" still it doesnt show those values.Please Help. Regards,Vidhya.C

[jasperreports-questions] [ANN] JasperServer 0.9.2 released ...

2006-04-24 Thread Teodor Danciu
Hello, JasperSoft is pleased to announce the release of JasperServer version 0.9.2. You can learn more about this product and the new release here: http://sourceforge.net/forum/forum.php?forum_id=564993 Thank you, Teodor --- Using

[jasperreports-questions] red gradient in charts in pdfs

2006-04-24 Thread Dan Adams
I have a really funky problem where when I generate a pdf, all my charts have this red gradient on them. I'm using iReport 1.2.1 and JR 1.2.1. I've attached the source and pdf result. This appears to have come up on the list before: http://sourceforge.net/forum/message.php?msg_id=3628517 -- Dan

Re: [jasperreports-questions] running many queries in a report?

2006-04-24 Thread Manfred Moser
Dan Adams wrote: I have a report I want to do that, while it runs one main query, needs to run many other small queries where it really only cares about getting one result from the query (such as a count or average). How is this done without creating a ton of subreports that don't print anything

<    1   2   3   4   5   >