[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