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

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

2006-06-12 Thread S, Mohamed Raffi (Mohamed)
, 2006 12:04 PMTo: S, Mohamed Raffi (Mohamed)Cc: jasperreports-questions@lists.sourceforge.netSubject: Re: [jasperreports-questions] Stretch field is not working proper ly Hi Raffi, I setthe fields height for One row only (i.e text height is 9 font size 8 and font name is helvatica

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:

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] 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

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

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: