[jasperreports-questions] JasperViewer from a modal dialog wizard. How?

2006-04-24 Thread Damian C
Hi, We've started using JasperReports a few days ago and have been very pleased at the product and our progress. However, I am currently struggling to provide a Print Preview of the report before the user confirms and actually prints. Currently I'm building a report Request for Quotiation. The

[jasperreports-questions] trying to create a printable image from an AWTimage.

2006-04-24 Thread Alvin Starr
I have some that generates an AWTImage . I am trying to figure out how to convert into a format that I can print/display in a iReport created jasper report. I am sure that there is somthing in the mail lists but I cannot find it. (the downside of having a sucessful project is that there are

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

2006-04-24 Thread S, Mohamed Raffi (Mohamed)
Check out the Custom DataSource section, if there is any. Basically you need to implement the JRDataSource and do your stuff in there and return a collection of Maps. Jasper Engine will use that for the report rendering. Don't forget to declare Fields and Parameters as required. Regards, Raffi

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

2006-04-21 Thread Adriano dos Santos Fernandes
Adriano dos Santos Fernandes wrote: Andy Dines wrote: On the Common tab of the Date field's properties, untick the Print repeated values option. That works but have one big problem. My Date field is inside the detail, but the report have one group. When the first date of a group is equal

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

2006-04-21 Thread Adriano dos Santos Fernandes
Hi! This is a similar problem of the other I post, but I need to show/hide a field based on the value of the next record. If the date field of the next record is equal to date of current record, I want to hide the remainder field. If the date field of the next record is different or if there

Re: [jasperreports-questions] Charts: Show Integer Values

2006-04-20 Thread Andy Dines
As far as I have been able to determine, all numeric axis values are converted to java.lang.Number values and you have no control over their format. Sorry! Andy -- View this message in context: http://www.nabble.com/Charts%3A-Show-Integer-Values-t1372652.html#a4002273 Sent from the

Re: [jasperreports-questions] cell data in Excel reports

2006-04-20 Thread Andy Dines
Try selecting the Stretch with overflow on the Text Field tab for the field's properties. The text wraps in the Excel cell, but you do get to see all of the data. Regards Andy -- View this message in context: http://www.nabble.com/cell-data-in-Excel-reports-t1468408.html#a4003233 Sent from

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

2006-04-20 Thread Andy Dines
On the Common tab of the Date field's properties, untick the Print repeated values option. Regards Andy -- View this message in context: http://www.nabble.com/Hide-a-field-based-on-the-previous-row-t1454642.html#a4003472 Sent from the jasperreports-questions forum at Nabble.com.

[jasperreports-questions] export all cols of query (generic report)

2006-04-20 Thread Pascal Betz
Hi Is there anything like a export everithing in the result set report in jasper ? So i do not need to write a report template for every select * from TABLE_XYZ query ? We have some reports that just require export of tabular data to CSV or Excel and i would like to create a

[jasperreports-questions] RE: Subreports problem

2006-04-20 Thread marc . eilens
Hi Francisco, I also designed a report with two subreports embedded. Concerning your first problem with the Connection, I cannot say much, since my master report executed a query. And I guess, you already passed the connection via the connectionExpression to the subreport. Your second problem

[jasperreports-questions] crosstabs-error

2006-04-20 Thread Vidhya C, ASDC Chennai
Am trying to use crosstabs for the first timeI get such an error .pls help me to resolve this error Errorfillingprint...net.sf.jasperreports.engine.JRException:Crosstabdatahasalreadybeenprocessed.

Re: [jasperreports-questions] export all cols of query (generic report)

2006-04-20 Thread Andy Dines
Wouldn't it be easier to use the source database application to generate the output in CSV format? It is also possible to create an Excel template that imports the data from the database into a sheet. Andy -- View this message in context:

[jasperreports-questions] Cross tab sample required

2006-04-19 Thread Vidhya C, ASDC Chennai
Dear Friends, Can anyone help me with a cross tab example.I want to use dynamic growing rows and columns but i dont know how to go along with crosstabs,the example given isnt working fine for me.please do sent me a sample.Thanks in advance. Regards,Vidhya.C

Re: [jasperreports-questions] A.2. Installing Appendix A. JasperReports Samples - LIB_JASPERREPORT

2006-04-19 Thread Andy Dines
I don't use Ubuntu/Eclipse, but I do use Websphere/Rational which is based on Eclipse. A ClassPath variable (which, I think, is what you're referring to) is created under Windows/Preferences/Java/Build Path/ClassPath variables (at least, that's the location in Rational). Click the Add button

[jasperreports-questions] PDF /XL export

2006-04-19 Thread boopathi
Hi I am having 20 columns report. when I export to the PDF only 10 columns are visible in PDF file. Gridelines are not visble.. How this can be enabled? Is it possible to enable Horizondal scroll bar or Can we change the font size? Also In excel export, How to enable gridelines in the cell?

Re: [jasperreports-questions] Re: with out memory filling big reports

2006-04-19 Thread Lucian Chirita
a a wrote: hello i have solved my problem i don't know, but have changed the version of jasper to 1.2 and run perfect, but i have ohter problem o no problem question, when i call the method JasperFillManager.fillReportToFile( jasperReport,

[jasperreports-questions] Novice - Help. (nearly) My first Jasper Report !!!

2006-04-19 Thread Damian C
Hello, I'm constructing my first Jasper Report, and all is going quite well except I don't quite understand something. I have used iReports and successfully parsed and compiled our design. I have created a JRDataSource object that is ready to supply the data. I've got a map full of parameters

[jasperreports-questions] Re: with out memory filling big reports

2006-04-18 Thread a a
hello i have solved my problem i don't know, but have changed the version of jasper to 1.2 and run perfect, but i have ohter problem o no problem question, when i call the method JasperFillManager.fillReportToFile( jasperReport, tmpFileLlenar.getPath(),

RE: [jasperreports-questions] Re: with out memory filling big rep orts

2006-04-18 Thread S, Mohamed Raffi (Mohamed)
Hi, My suggesstion is to implement the JRDataSource and do some paging mechanism in the next() and getFieldValue() methods instead of fetching all the records at a time. Or there might me some configuration in JasperReports itself to setup the fetch size and which in turn does a paging. I am

[jasperreports-questions] Excel format

2006-04-17 Thread Vidhya C, ASDC Chennai
Dear All, Am using subreports in my reports but those subreports are not getting displayed in excel,i hav etried my maximum in aligning ,still the subreport part doesnt get displayed.Kindly help on this regard. Regards,Vidhya.C "The future belongs to those who believe in the beauty of

Re: [jasperreports-questions] troubles with version 1.2.1

2006-04-13 Thread Giulio Toffoli
Remove or rename your config file (userhome/.ireport/config.xml). I think the problem comes with your Look and Feel. Giulio Il Togno wrote: Hi, I just downloaded the latest iReport version (1.2.1), but I have problems starting it. Running iReport.bat I have nullPointerException at

[jasperreports-questions] please help its urgent

2006-04-12 Thread Ravi Prakash
hii am working with jasper report but when i compile it i get some errorsthe errors areApr 12, 2006 10:38:18 AM org.apache.commons.digester.Digester getParserSEVERE: Digester.getParser: org.xml.sax.SAXNotRecognizedException: Feature: http://apache.org/xml/features/validation/dynamic at

Re: [jasperreports-questions] text rotation

2006-04-10 Thread Teodor Danciu
Hi, This is not yet possible in JR. Thank you, Teodor Johan Andries wrote: Hi all, Can anyone give a clue about how to rotate text to non-standard angles (other than NONE, LEFT or RIGHT), e.g. 70 degrees clockwise, without having to mess with the iText classes in Javacode?

Re: [jasperreports-questions] calculations and initial values on variables

2006-04-10 Thread Teodor Danciu
Hi, This is not a bug. Or at least it was meant for it to work this way. The initial value for the variable is not part of the series. That initial value is used by the engine to display instead of null, before the calculations begin. If you want the -15 to be subtracted, you should make the

Re: [jasperreports-questions] calculations and initial values on variables

2006-04-10 Thread Jason Essington
Unfortunately the documentation is a little thin on this subject. In fact the documentation would lead one to believe that using the initial value expression would do exactly what Justin expected (from the online tutorial): variable name=QuantitySum class=java.lang.Double

[jasperreports-questions] custom export format

2006-04-10 Thread Pascal Betz
Hi I am new to jasperreports. We have a custom (almost) XML format which we need to support for export. I found out i can write a JRExporter implemention but dont know how i can plug it in ? how do i select this export format ? Thanks for your help pascal

[jasperreports-questions] help

2006-04-07 Thread Maier Quirin IT141
help Mit freundlichen Grüßen / Best regards Quirin Maier Softwareentwicklung PCM / Software Development PCM / IT 141 Lisa Dräxlmaier GmbH Landshuter Str. 100 D-84137 Vilsbiburg phone: +49 87 41 47-14 97 fax: +49 87 41 47-17 56 mailto:[EMAIL PROTECTED] http://www.draexlmaier.de

Re: [jasperreports-questions] [ANN] JasperServer 0.9.0 released

2006-04-07 Thread Teodor Danciu
Hello, Manfred We hope that this new open source product will solve many of the issues that existing JasperReports users have faced along the way. The most common was the lack of infrastructure around JasperReports as a library so that reporting functionality be readily available to end

RE: [jasperreports-questions] [ANN] JasperServer 0.9.0 released

2006-04-07 Thread Kalpesh Chordia
Title: RE: [jasperreports-questions] [ANN] JasperServer 0.9.0 released Hello Teodor, Can it be possible to integrate the Jasper Viewer i.e. swing application into web application in the form of servlet so that all the features of pagination, zoom, print etc. will be available. We are

Re: [jasperreports-questions] [ANN] JasperServer 0.9.0 released

2006-04-07 Thread Teodor Danciu
Manfred, Our current metadata repository implementation is using Hibernate. So there should not be a problem to store metadata information into other databases. Is just that for the moment we tested with MySQL. Thank you, Teodor Manfred Moser wrote: Hi! I just finished the download. I am

Re: [jasperreports-questions] [ANN] JasperServer 0.9.0 released

2006-04-07 Thread Barry Klawans
Hi Manfred, All the MySQL access should be going through Hibernate, and its just a matter of using the right dialect to work with other DBs. We will be officially certifying on a wide range of databases, both open source and commercial. We are also going to do more testing on other app

Re: [jasperreports-questions] [ANN] JasperServer 0.9.0 released

2006-04-07 Thread Teodor Danciu
Hi, Kalpesh I would be fairly easy to introduce the applet viewer as a possible output to JasperServer. In our JasperReports distribution we supply a smaller JAR that could be used in Web applications to view reports on the client side using the Swing viewer. In this first release of

Re: [jasperreports-questions] [ANN] JasperServer 0.9.0 released

2006-04-07 Thread Manfred Moser
Sweet. Just the answer I hoped for ;-) manfred Teodor Danciu wrote: Manfred, Our current metadata repository implementation is using Hibernate. So there should not be a problem to store metadata information into other databases. Is just that for the moment we tested with MySQL. Thank you,

[jasperreports-questions] [ANN] iReport 1.2.1 released!

2006-04-07 Thread Giulio Toffoli
The iReport Team is pleased to announce the new iReport release: 1.2.1. iReport Release 1.2.1 April 7, 2006 The following changes have been made to software since release 1.2.0 * Full support for JasperReports 1.2.1 * New handling of conditional style * New dockable interface *

[jasperreports-questions] Urgent help needed-Formatting issue

2006-04-04 Thread Meenakshi Singh
Hi all, I have a report which needs stretch with overflow to be true else the data gets truncated. However, when I make it true, it removes the vertical line from the formatting as shown in certain columns of the attached file. Would anybody please suggest me as to what can I do so that the

RE: [jasperreports-questions] Urgent help needed-Formatting of re ports

2006-04-04 Thread S, Mohamed Raffi (Mohamed)
Hi, You are talking about the lines, which are the borders of the cells right? I could see most of the vertical lines in report2, what you have attached. Try to enlarge a bit and see. May be you can try to increase the border thickness... I could observe few cells cross over the horizontal

[jasperreports-questions] [PRINT] How to print whitout having the windos driver configuratin frame ?

2006-03-30 Thread yves pielusenet
Hello, I have to develop an application wich generate labels (3-4 lines of text and a bar code) one by one. Each label have to be printed before the next is generated. Labels have to be printed whitout human manipulation. So I have to not display the windows configuratin driver frame. Is it

[jasperreports-questions] Re: Field Alias

2006-03-30 Thread Alexander Alexandrov
Hi Everyone, I saw the email below in the archives and I'm having the same problem: the iReport doesn't acknowledge the aliases at runtime. The report SQL is automatically parsed fine and all fields are parsed fine with the correct alias names. But at runtime it throws an exception about

[jasperreports-questions] Charts: Show Integer Values

2006-03-30 Thread Meenakshi Singh
Hello,I have a simplchart in the report.I would like to:1. Show values as IntegersMy data contants values of0,2,4,6 that are java.lang.Integers and categories of X, Y, Z that are strings. The values on the y axis show up as numbers with a decimal point (0.0, 2.5, 5.0, 7.5, 10.0). Is there

[jasperreports-questions] Error in creating a jasper report

2006-03-29 Thread Manish Jain
Hi I have created a jrxml and subsequently a jasper file using iReports. The report also comes nicely in the iReports Execute using active connection mode. However, when i try to incorporate this jasper file into my project ( I am using Oracle JDev 9.0.5 on Windows XP ), i get the error as

Re: [jasperreports-questions] Using LDAP as a datasource ?

2006-03-20 Thread John Smith
Jack, Thanks for making the suggestion. But I am not really interested in rolling my own custom code here. You see im not a developer, just an end user. So if JasperReports does not provide this functionality 'out-of-the-box', then I guess that Im just going to have to look at some other

RE: [jasperreports-questions] [ANN] iReport 1.2.0 released!

2006-03-19 Thread Kalpesh Chordia
Title: RE: [jasperreports-questions] [ANN] iReport 1.2.0 released! Hi, I am trying to run iReport 1.2.0 using the modified iReport.bat file. My modified iReport.bat file is - @echo off cd . set JAVA_HOME=D:\j2sdk1.4.0 set ANT_HOME=D:\Jasper\apache-ant-1.6.1-bin\apache-ant-1.6.1 set

Re: [jasperreports-questions] JasperFillManager.fillReport very very slow

2006-03-17 Thread Teodor Danciu
Hi, How much memory to you allow the JVM to use? You say sometimes it takes up to 5 minutes. If the response times are not consistent from one execution to the next, this is a clear indication that there is not enough memory available and the JVM spends to much time trying to garbage

[jasperreports-questions] About page number

2006-03-16 Thread Curt
Hello, My name is Curt Huang. I have a question here. In JasperReport 0.6.0, we can have batch export using parameter JRExporterParameter.JASPER_PRINT_LIST. After we export three reports which contains page number to one file, the file still keeps the original page numbers of each report. I

Re: [jasperreports-questions] Logical fonts (Dialog, DialogInput, Serif, SansSerif, Monospaced) don't work if different from size 10

2006-03-15 Thread Teodor Danciu
Hi, Try to use isStretchWithOverflow=true or increase the height of your text elements when you change the font size. I hope this helps. Teodor Geoffrey De Smet wrote: Java has 5 logical fonts, which have a very nice feature: Any platform (Win/Linux/Mac/...) have a font mapped to them.

[jasperreports-questions] Manually setting locale and excel to stream

2006-03-15 Thread Srepfler Srgjan
How can I manually set a Locale to a report? I have looked extensively and have been unable to find one. Why don't the excel reports support streaming? Is it really necessary to create the file first? Thanks Srgjan --- This SF.Net email is

[jasperreports-questions] Inheriting a font in subreports

2006-03-14 Thread Geoffrey De Smet
Is it possible to inherit a report font in a subreport? For example my master reports defines: reportFont name=bodyNormal isDefault=false fontName=Times New Roman size=12 isBold=false isItalic=false isUnderline=false isStrikeThrough=false pdfFontName=Times-Roman pdfEncoding=Cp1252

[jasperreports-questions] Problem with Hibernate: Unknown HQL return alias

2006-03-10 Thread Jose Javier Rodriguez
from Report p join p.notary join p.instrumentsnet.sf.jasperreports.engine.JRRuntineException: Unknown HQL return alias "affidavits"the query works in hibernate but in jasper reports gives that error any suggestions ?

[jasperreports-questions] jasperreports 1.1.0 with jre 1.4.2_05 on winxp brings down windows spooler

2006-03-09 Thread Christoph Leser
Hello, I have a standalone server generating reports using jasperreports. The server is supposed to generate about 1-15000 reports per day. But after a few hours ( I cannot exactly tell the number of reports done till then ) the reports are no longer printed. At the same time, other

[jasperreports-questions] How to compile jasperreports in a application container?

2006-03-08 Thread Russel A. Montaos
How do you compile jasperreports in a application container? As a standalone, i dont have any problem compiling jasperreports. But when inside a container, (Resin 3.0.17), I always encountered this following error: et.sf.jasperreports.engine.JRException: Errors were encountered when

RE: [jasperreports-questions] PDF Question

2006-03-08 Thread Doug James
Jasper uses iText (http://www.lowagie.com/iText/) for PDF generation. There is a new line in iText (a static member of the Chunk class) so you might need to use that in your report. I should think you could import com.lowagie.text.Chunk and then use Chunk.NEWLINE on your report. Hope this

[jasperreports-questions] Parameter becomes null without warning !

2006-03-07 Thread Farid
Hi everybody, I'm using JasperReports 1.2.0 and iReport 1.2.0 also. I have a report which is made of one main report and two subreports. I have defined a Date parameter (in my case $P{BEG_DATE} ) which is passed by the application. when I display the main report the date is fine and when I

[jasperreports-questions] Swing viewer with frozen headers

2006-03-02 Thread Andy DePue
We have a Swing rich client app that, among other things, is used to view JasperReport output. Currently, we just slapped the supplied Swing viewer into our app, but now our users want this built in viewer to freeze the header and the first left column of the report when scrolling.

RE: [jasperreports-questions] Dynamic grouping

2006-03-01 Thread Amar Patel
hi, It is possible to pass a parameter in to your template which will run the query accordingly and fill ur report. For example: parameter name=Flag class=java.lang.String/ queryString![CDATA[select * from ...group by $P{Flag}]]/queryString I hope that this is what you were looking for.

Re: [jasperreports-questions] Dynamic grouping

2006-03-01 Thread Lucian Chirita
Hi You can create a variable to hold the value used for grouping: variable name=groupVal class=java.lang.Object variableExpression $P{grpHeader}.equals(city) ? $F{city} : ($P{grpHeader}.equals(state) ? $F{state} : ... ) /variableExpression /variable and then group by $V{groupVal}

Re: [jasperreports-questions] isStretchWithOverflow VS. RH Linux

2006-02-27 Thread Andy DePue
I thought I'd add some observations here. I found this thread while googling for a solution to my own problem. My problem is that if I generate a JasperPrint output on our Linux server (running Java 1.5), serialize that JasperPrint to a Swing client running on a Windows XP box, and display

[jasperreports-questions] Problem with Exporting Data Into Excel using Jasper Reports.

2006-02-24 Thread Jami_Ramaraju
Title: Problem with Exporting Data Into Excel using Jasper Reports. Hi, I am Using Jasper Reports In my project and i have created .jrxml file and i am able to Export the report in to PDF ( with data) but same code i am not able export in EXCel . The File is getting generated with

[jasperreports-questions] ireport javabean set datasource

2006-02-23 Thread Geoffrey De Smet
Hi, In iReport I 've added a javabean set datasource to a collection of javabeans and tested it. The test works. I 've also set the active connection. But when I try to run report using the connection the report contains only null values. When I try the same jxrml with jasperreports

RE: [jasperreports-questions] Chart and export question

2006-02-16 Thread Yiannis Mavroukakis
Ta muchly to everyone who answered, I'll try the suggestions. Would that also allow the chart to be exported to Excel, or is this irrelevant? -Original Message- From: S, Mohamed Raffi (Mohamed) [mailto:[EMAIL PROTECTED] Sent: 16 February 2006 06:38 To: Yiannis Mavroukakis;

[jasperreports-questions] Chart and export question

2006-02-15 Thread Yiannis Mavroukakis
Hello, I've been looking at the mailing list archives and I couldn't find an answer to my issue. When I fill in a barchart via a SQL query (it returns 13 records as a tuple) I get the chart rendered with the correct information, but I also get 13 pages of the same chart. Is there something I

RE: [jasperreports-questions] Chart and export question

2006-02-15 Thread S, Mohamed Raffi (Mohamed)
Hi, I guess you have the chart in the detail section, try moving it to header section. Hope that helps. Raffi -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Yiannis Mavroukakis Sent: Wednesday, February 15, 2006 9:40 PM To:

[jasperreports-questions] Setting style at run-time

2006-01-17 Thread Pushkar
I am using iReport 0.5.3 with JasperReports 1.1.1. I have defined a style in my report using iReport and applied it to some text fields (let's call this style 'col_header'). When I run the report from my java program, it works well and also shows the text fields with the applied style. Now, is

Re: [jasperreports-questions] dynamic xls report

2006-01-17 Thread Henrique Oliveira
Hi, yes, there. Use the crosstab. See example on http://jasperreports.sourceforge.net/samples/index.html Unfortunately yet not exist design graphic tool to draw the crosstab, but you can edit you xml and create it. Manuel Grau Aracil wrote: Hi! I need to make an excel report with dynamic

[jasperreports-questions] dynamic xls report

2006-01-16 Thread Manuel Grau Aracil
Hi! I need to make an excel report with dynamic fields and I don't know how. I need to generate a table, but I can't do a design before because the number and name of the colums are variable.Is there a method to do this with Jasper Reports?

[jasperreports-questions] export numbers to .xls

2006-01-13 Thread nikoregister
Hi, I have problem with exporting numbers to excel files. In my report I want to show java.lang.Double number with pattern #,##0.00 and I want to export this number to excel with this pattern. But when I export this with this pattern, in excel it is not a number, but it is a text. So I have to

Re: [jasperreports-questions] HTML tags support in PDF ... feature request

2006-01-12 Thread Teodor Danciu
Hi, We only support a few HTML tags in styled-text. I don't think we are going to support all the standard HTML tags, at least not very soon. Thanks, Teodor Kalpesh Chordia wrote: Are there any chances of supporting all standard HTML tags in PDF Exporter and support of HTML in text field

Re: [jasperreports-questions] Error MEssage printing using JasperPrint Object

2006-01-12 Thread Henrique Oliveira
Hi, (sorry for my English, it's terrible) If you try do this, maybe solve you problem: JasperPrint jPrint = JasperFillManager.fillReport(reportFile.getPath(),parameters,con); if(jPrint.getPages().size() 0) { //JasperExportManager.exportReportToPdf(jPrint); //or

[jasperreports-questions] RE: Web Application using Jasper Report on Oracle AS running on Redhat linux3.0 Enterprise Server

2006-01-12 Thread Kummetha, Ragu
Hi, I have a web-application using JasperReport I'm having the same problem with my images in the sense the pdf versionis ok without any problems, but the html version of my report isdisplayed without images and bands. The web- application is developedusing Jdeveloper, on

RE: [jasperreports-questions] Empty image map value

2006-01-12 Thread Kjetil Hoem
Hi Teodor, JFreeChart is used for the chart generation if that is what you mean. I have not written any custom JRRenderable, and I thought it should be fairly straightforward. Here is a little snippet from my prototype report servlet, also showing how the map content was printed: --snip

Re: [jasperreports-questions] IS_IGNORE_PAGINATION paramete

2006-01-05 Thread Lucian Chirita
Hi IS_IGNORE_PAGINATION is a fill-time parameter, therefore you'll have to set it when filling the report: params.put(JRParameter.IS_IGNORE_PAGINATION, Boolean.TRUE); JasperFillManager.fillReport(jasperReport, params, ..); Note that since the parameter is used at fill time, the JasperPrint

[jasperreports-questions] performane question

2006-01-03 Thread Richard Jason R. Raquepo
hi guys, i'm new here... im just curious how many out there is using jasperreports in a web-based production environment and/or mission-ciritical systems? I might run JasperReports for billing of at least 1200 customer, w/c will result in at a minimum of 3 pages per customer. so that will

[jasperreports-questions] JUST A TEST

2006-01-03 Thread Richard Jason R. Raquepo
please delete this! I am only trying if i can receive msgs from the list. thanks... --- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes

Re: [jasperreports-questions] How to embed the true type font to pdf file with JasperReport

2005-12-26 Thread Quang Nguyen
Hi, Thank for your help! My project run! It can export to pdf file with TTF very good! Thank you very much! Cheers, Quang On 12/23/05, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi Quang, you just need the TTF directory in the classpath and set the filename of the font as pdfFontName=your

[jasperreports-questions] Richard Johnson is out of the office.

2005-12-26 Thread johnsonri
I will be out of the office starting 12/26/2005 and will not return until 01/03/2006. I will respond to your message when I return. --- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop!

[jasperreports-questions] compile with ant task

2005-12-24 Thread victor sosa
I'm trying to compile with ant task, but a have this error, what mean? ERROR = jasperreports: [echo] + = + [echo] + + [echo] + Compiles the Jasper Reports code

Re: [jasperreports-questions] exit server on close jasper viewer!

2005-12-23 Thread mjaeclipse
Hi Quang, I use iReport 0.5.2 and do it like the following: 1. The TTF font directory you like to use has to be in the classpath (startup of iReport and/or start application that creates PDF) 2. In iReport choose tab Font in properties editor, select External TTF font for PDF font name and

[jasperreports-questions] Text cutting off for PDF exports (Linux only)

2005-12-23 Thread Alan . Fitzgerald
When exporting a report to PDF under Linux I end up loosing the last few lines of a large text area . This does not happen under Windows and it does not happen in JasperAssistant's preview. It happens through JasperAssistant's export and through my webapp...so it shouldn't be my code. I have

Re: [jasperreports-questions] isStretchWithOverflow in Subreports?

2005-12-21 Thread Larry Singer
Make sure the report that is including the subreport also has stretch set. [EMAIL PROTECTED] wrote: Hi! I have a subreport which consists only of the detail band. The height of the detail band is exactly the height of the textfied it contains. For that textfield I set isStretchWithOverflow to

[jasperreports-questions] How to use Sub-Report using iReport.

2005-12-13 Thread venkateshwar
Hi, I am new to iReports. I am trying to create a sample report with a sub-report. The parent and child reports are simple reports without any datasource. They simply display some static text. When I run the parent report I can only see the content of the parent report and not the child

Re: [jasperreports-questions] 2 details band

2005-12-07 Thread Barry Klawans
I see.  I would create one array for detail band you want, ie one for Schools, one for Hospitals, etc.  The Arrays should either be of JavaBeans or of Maps.  If you use JavaBeans, follow the naming conventions in the Beans specs to expose specified fields in the beans.  If you use a Map, each

[jasperreports-questions] report analysis

2005-12-06 Thread Jürgen Hoffmann
Hi all, is it possible to load a give report design xml template, and find out programmatically how many parameters the report has, and there Report Labels? Kind regards Juergen Hoffmann signature.asc Description: Dies ist ein digital signierter Nachrichtenteil

[jasperreports-questions] [Fwd: JRLoader.loadObject parameter]

2005-12-05 Thread victor sosa
What is the fileName parameter? JRLoader.loadObject(String fileName) fileName = file or fileName = c:/file is complete path or relative pls help --- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for

[jasperreports-questions] how to logging

2005-12-05 Thread victor sosa
how to logging, configure my project for debug help --- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as

[jasperreports-questions] Crosstab headers...

2005-12-05 Thread soujiro_as (sent by Nabble.com)
Hi, I'm working with JasperReports in a litle custom report generator, from an web user interface. My question is, when I implement a crosstab report, why I can´t add headers for the rowgroups and the columngroups? (view figure). My only chance to add headers to the rowgroups and column groups

[jasperreports-questions] linux jasper error

2005-11-29 Thread Meenakshi Singh
hi all, I have an application which is developed using websphere studio uses jasper reports 1.1.0. The hasper reports works fine in websphere. However, the application needs to be deployed on Linux. When I try to deploy the application on Linux itwas giving me the following error given

[jasperreports-questions] exit server on close jasper viewer!

2005-11-27 Thread Quang Nguyen
Hi, I have tried with your solution: JasperViewer.viewReport(jasperPrint,false); but it still stop server, I don't know why! Do you have another solution? Thank you so much! Regards, Quang --- This SF.net email is sponsored by: Splunk

[jasperreports-questions] JasperReports Book

2005-11-23 Thread Jim McLean
A couple questions: 1. Does the eBook available at http://jasperreports.sourceforge.net/more.docs.html cover the 1.x version of JasperReports? 2. Are there any other books about JasperReports available? TIA, Jim McLean --- This SF.net

Re: [jasperreports-questions] JasperReports Book

2005-11-23 Thread Barry Klawans
We update the book every time there is a new release, so the current version covers up through the 1.1 release.  We will be offering an annual subscription service soon which will allow you go get all the new versions of the doc for a year.  That should be available in a week or two.I'm not aware

AW: [jasperreports-questions] Calculation between a Field and a Variable

2005-11-22 Thread Jacob,Marco
That sounds complicated to me. If you do select count(*) in the title band you will also be able to do that in the select statement of the report. Why do you use a subreport to calculate? select a.price, (100/sum(b.price))*a.price from pricing_table a, pricing_table b group by a.price; I'm

RE: [jasperreports-questions] subreport is not loading in parent PDF

2005-11-22 Thread jyoti Ranjan Sahu
I solve the error.I have forgotten to pass datasource(used in child) in paramater from java class --- On Tue 11/22, jyoti Ranjan Sahu [EMAIL PROTECTED] wrote: From: jyoti Ranjan Sahu [mailto: [EMAIL PROTECTED] To: jasperreports-questions@lists.sourceforge.net Date: Tue, 22 Nov

Re: [jasperreports-questions] Jdt-Compiler + Java 1.5

2005-11-22 Thread Lucian Chirita
Hi We've added initial support for Java 1.5 compilation: the JDT compiler jar has been upgraded to 3.1.1 and JR or system properties specify whether 1.5 compilation should be perfomed (as suggested by Havier). There is a sample that shows how 1.5 compilation can be used. To be noted that

Re: AW: [jasperreports-questions] Calculation between a Field and a Variable

2005-11-22 Thread Hiems
Have you tried using the evaluationTime=Group attribute of the textField? Yes, I did try that, Jason. I'm not sure if it'll evaluate properly, $F{price} may be gone at Group time, but it is worth a try. Yes, I thought it was worth a try as well, and, as you suspected, it doesn't work

[jasperreports-questions] Using a .jprint as subreport

2005-11-21 Thread RODRIGUES DE ALMEIDA Thiago
Hi all, I have the following scenario: I have one already generated .jrprint (filled report). How can i insert this file, keeping its data, into another report? In summary, i need to insert in one master report, two other fullfilled reports that i generated sometime ago. The master report will

[jasperreports-questions] multiple column header

2005-11-18 Thread jyoti Ranjan Sahu
Hi all, I want to render PDF report with respect to attached word document. Could anybody please solve this technical issue. reagrds Jyoti ___ No banners. No pop-ups. No kidding. Make My Way your home on the Web -

Re: [jasperreports-questions] Compatibility Problem i_Report_0_2_3 and i_Report-0.5.1

2005-11-17 Thread Lucian Chirita
Hi Your error is due to a bug (#1290957) that was fixed in JasperReports 1.0.3. iReport 0.5.1 comes with JR 1.0.1, you could download JR 1.0.3 and replace it in the iReport lib directory. HTH, Lucian janardhana p wrote: Hi, We have compiled the old report files with i_Report-0.5.1.

<    1   2   3   4   5