[jasperreports-questions] dynamic columns (pls very urgent)

2006-05-23 Thread kishore mokkarala
haithis is kishorei have a requirement . generating variable no. of columns in the report.i.e. dynamic columns in my report depending onthe user selectionany code snipplet pls send to [EMAIL PROTECTED]currently i am using jasperreports 0.55+tomcat4.0 or any hint would be greatly appreciate.m.v.s.ki

[jasperreports-questions] How to Export txt file using JRTextReport?

2006-05-23 Thread mohan kumar
Hi All,   I coded like this:   private void generateTEXTOutput(JasperPrint jasperPrint,String filename)throws IOException, JRException {   try   {String fName=filename+".txt";JasperPrintManager.printReport(jasperPrint, true); JRTextExporter exporter1 = new JRTextExporter();exporter1

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

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 take