[jasperreports-questions] i18n problem

2006-10-05 Thread Meenakshi Singh
Hi all, I have a requirement for i18n. My reports have to be in english & japaneese both & they are exported in pdf & xls. For a text field I want to have a different font for the different locale. I am trying to do something like this in text field expression: ($P{REPORT_LOCALE}.toString().equa

[jasperreports-questions] Pdf report does not show japaneese characters

2006-09-20 Thread Meenakshi Singh
Hi all, I have a report in PDF in our application. I use the pdf servlet to generate the report in PDF. I need this report in japaneese also. I have a resource property file wherein I have the key values in unicode(converted from japaneese). However, the report does not show anything in japaneese.

[jasperreports-questions] pdf report in a frame

2006-09-13 Thread Meenakshi Singh
Hi all, We are wanting to open a PDF report in the same frame within our existing web page.Surely there MUST be a way to do this. Can anybody suggest a way out of this problem. Thanks & Regards, MS “The information contained in this electronic message and any attachments to this message are int

[jasperreports-questions] report borders

2006-07-24 Thread Meenakshi Singh
Hello everyone, I am facing a big problem regarding report borders. We need page borders for all our reports. If I make the page borders & put that image in the report background then it does not display in the html & xls format & if I draw vertical lines in the background instead of an image then

[jasperreports-questions] Background image not appearing in html & excel output

2006-07-20 Thread Meenakshi Singh
Hi all, Can anybody help me in this. I have a background image in my reports. The background is coming fine in pdf but not in html & excel formats. Please help me get the image in background for html & excel report too. Thanks & Regards, MS. ---

[jasperreports-questions] Report borders

2006-07-17 Thread Meenakshi Singh
Hi, How do I give borders to my report in html, pdf & xls. Please help people. I am unable to find a solution to this problem anywhere. Thanks & Regards, MS - Take Surveys. Earn Cash. Influence the Future of IT Join SourceF

[jasperreports-questions] help needed for designing the report

2006-07-16 Thread Meenakshi Singh
hi all, we have some specific requirement for generating a report in which we need a rounded rectangle & in that rounded rectangle all other elements should be placed. When I make a rounded rectangle & place other elements over it, it gives error & also when I generate the report with an empty dat

[jasperreports-questions] Multi page html report

2006-07-05 Thread Meenakshi Singh
Hi all, I would like to be able to split a report generated by JasperReports in a few HTML pages with 'Next' and 'Previous' buttons. Would anybody provide some help? Thanks & Regards, MS. Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre

[jasperreports-questions] Pleasee Helppppp

2006-06-28 Thread Meenakshi Singh
Hi all, I have a report wherein I have 6 images. When I try to create the pdf of that report, it gives me the the following error: java.io.IOException: java.awt.Image fetch aborted or errored Please help, it's extremely urgent.(This problem has come on our production server) Regards, MS. Using

[jasperreports-questions] sTORED PROCEDURE IN ORACLE 10G

2006-06-27 Thread Meenakshi Singh
Hi all, Please help.. Does any version of Jasper Report support callable statement. If yes, then which version? if some one could give a code example, that would be really helpful. Thanks & Regards, MS. Using Tomcat but need to do more? Need to support web services, security? Get stuff done qu

[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 cel

[jasperreports-questions] Panic Situation- Please help

2006-04-27 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 ce

[jasperreports-questions] Panic Situation- Please help

2006-04-27 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] 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 form

[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 . The vertical lines are shown in the columns of the attached file. Would anybody please suggest me as to what can I

[jasperreports-questions] Charts: Show Integer Values

2006-03-30 Thread Meenakshi Singh
   Hello,I have a simpl chart in the report. I would like to:1.  Show values as IntegersMy data contants values of  0,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). 

[jasperreports-questions] Image display

2006-03-30 Thread Meenakshi Singh
Hi all, I have a requirement where I have to have a part image,part name,part desc,qty etc in one record. If I display the record as it is, the image size comes very small. If I increase the detail band height then the other columns also comes out to be very big which does not look good. I have a

[jasperreports-questions] Help needed for image report

2006-03-02 Thread Meenakshi Singh
Hi, I am using ireport1.1.0 & JR 1.1.0 I have a report wherein I have to show diff images for diff tools. Is there any way wherein I can fix the size of the image. So that whatever be the data in the text field(text fields are all stretch equals true) If I use fillframe for the image then the ima

[jasperreports-questions] urgent help needed

2006-02-27 Thread Meenakshi Singh
hi all, I am using JR 1.1.1 & ireport 1.1.0 I am facing a strange problem. I have a report wherein I have to show an image with a vendor name & part code. The image should print onlt when the part code change. The image expression class is string. In the image properties I have unchecked print r

[jasperreports-questions] Urgent::No image in html

2006-02-01 Thread Meenakshi Singh
hi all, I have a report in which I have to show certain images. The images comes up fine in the pdf version but there are empty image tags in the html version. I have checked my html servlet, it seems fine to me. The image servlet is also mapped correctly in the web.xml file. Also there are no dup

FW: [jasperreports-questions] custom error page when no image is found

2006-01-31 Thread Meenakshi Singh
lease help at the earliest for all these problems. Thanks & Regards, Meenakshi. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Meenakshi Singh Sent: Wednesday, February 01, 2006 11:49 AM To: JasperreportsQuestions (E-mail) Subject: [jasperreports-question

[jasperreports-questions] custom error page when no image is found

2006-01-31 Thread Meenakshi Singh
Hi all, I want to show a custom image in a report if an image is not found or the system is not able to load a image. How can I accomplish this. If I need to write a scriptlet for this then how can I write a scriptlet for the same. Please help me, it's a urgent requirement. Thanks & Regards, Mee

[jasperreports-questions] BMP image not getting uploaded

2006-01-31 Thread Meenakshi Singh
Hi all, I have a report wherein I need to show certain .BMP files. My image expression is defined as new File("C:\\ShareFolder\\Reporting Tools","1189P011A.bmp") and the image expression class is defined as java.io.File. Whenever I try to run this report it says file not found in wsad. & in irep

[jasperreports-questions] Subdataset usage

2006-01-16 Thread Meenakshi Singh
Hi all, I need to create a report wherein I have to use multiple subreports which would actually make the report slower. Instead I am thinking to use subdatasets. My report fetches tthe country names on some criteria. Depending on the country names I have to get project details etc & then dependin

[jasperreports-questions] Error MEssage printing using JasperPrint Object

2006-01-11 Thread Meenakshi Singh
Anybody...PLEASE HELP me solve this problem. Hi all, I am using JasperPrint.getPages().size() to determine if the report has data in it or not. Depending on the result I m forwarding it t

[jasperreports-questions] Error MEssage printing using JasperPrint Object

2006-01-11 Thread Meenakshi Singh
Hi all, I am using JasperPrint.getPages().size() to determine if the report has data in it or not. Depending on the result I m forwarding it to an error page if it doesn't have data. It works fine with html and excel format. However, if I am unable to use it in my pdf report as in my pdf re

[jasperreports-questions] Urgent---Printing of error msg

2006-01-10 Thread Meenakshi Singh
Hi everyone, I have a requirement where in I want to print an error message that says no data found if the report query doesn't return any data. Would anybody please let me know how I can achieve this? Thanks & Regards, Meenakshi. PS: Please reply asap. ---

[jasperreports-questions] Use of scriptlet

2006-01-09 Thread Meenakshi Singh
Hi, I am trying to use scriptlets through ireport 0.5.3. Whenever I say use ireport scriptlet in report properties, it gives me the following error. I have changed the classpath of my system & have also added the rt.jar from j2re1.4.2 in the ireport classpath. However, the error still comes. Tha

[jasperreports-questions] Sorting report data

2006-01-05 Thread Meenakshi Singh
Hi all, I have a report using jasper reports. I want that there are certain select boxes to be given to the user wherein the user can select ascending, descending etc for certain fileds. Is there a way that I can sort the report data according to the user selection? I don't want to execute the sq

[jasperreports-questions] Subreport Question

2005-12-09 Thread Meenakshi Singh
hi all, I have a report with a subreport. If I give the relative path for the subreport expression in the master report, the subreport doesn't show up. Whereas if I give an absolute path like c:\\proj\\reports\\subreport.jasper, it works. Would you please tell me how I can use the relative path l

[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 it was giving me the following error given

[jasperreports-questions] Urgent help needed- Jasper Reports deployment problem

2005-11-28 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 Linus it gives me the following error given belo

[jasperreports-questions] frame element

2005-11-18 Thread Meenakshi Singh
Hi, Would anybody please tell me how to use the frame element. I have tried it but cudn't get the desired result. It says on the site that we can group elements & can set a common background color for all the elements in it. I was unable to get it doing this as there wasn't much informatiopn about

[jasperreports-questions] Incorrect CSV format

2005-11-16 Thread Meenakshi Singh
hi all, I am posting this question again. Help me guys n girls...it's urgent. I need to open the csv file in the browser. all info is coming in one cell& all the info is comma separated. my code for this is JRCsvExporter exporter = new JRCsvExporter();

[jasperreports-questions] Crosstab Report

2005-11-15 Thread Meenakshi Singh
Hi all, I am designing a crosstab report wherein the column head have the vendor names & row heads have the part names & the crosstab cells have the qty column. I am getting the error shown below. Would anybody suggest what could be the reason for the error. I am attaching my .jrxml file for your

[jasperreports-questions] font color & background

2005-11-11 Thread Meenakshi Singh
Would anyone please tell me how can we change the font color & background color in a report created with Jasper Reports. I m using JR 1.1.0. When I change the color in the .jrxml file..it shows the changes in pdf output but not in the html output. html output still shows the background as white.

[jasperreports-questions] Use of CSS

2005-11-10 Thread Meenakshi Singh
hi all, Can we use CSS in the reports. If yes..then where do we specify the css file & where do we use the classes? People, plz reply soon, Thank you, Meenakshi. --- SF.Net email is sponsored by: Tame your development challenges with Apache'

[jasperreports-questions] CSV format

2005-11-10 Thread Meenakshi Singh
hi all, I am trying to get my file in the CSV format. However, the output generated is coming in one cell. All the fields are comma separated in one column only. I m seeing it in excel. Any ideas why is this happening? My code for generating csv output is as under: JasperPrint jasperPrint = Jasp

[jasperreports-questions] HSQLDB

2005-11-08 Thread Meenakshi Singh
Hi all, Would anybody plz tell me: The default database script(which the Jasper Report samples use) is as per which database...whether it is sql or mysql or oracle or ? I had tried to run the script in SQLServer but it's giving too many errors. Regards, Meenakshi.

[jasperreports-questions] Problem running crosstab samples

2005-11-07 Thread Meenakshi Singh
hi all, I have problems running crosstab sample reports. When I try to compile it using compile managers compiletofile method, it says element 'style' not defined. If I change th dtd file url to a local url where the dtd file is present from the source of jasper reports1.1.0, it says [11/7/05 18:

[jasperreports-questions] Images missing in Html Report

2005-11-07 Thread Meenakshi Singh
hi all, I have a report to be generated in html. When I put an image in the report,it doesn't show it. It shows as a blank image. when I check the property of the image by right-clicking on it. it shows..as image?image=img_0. & the image url is http://localhost:9080/StrutsProj/servlets/image?ima