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, tmpFileLlenar.

[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(),

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

2006-04-17 Thread a a
i have solved mi problem but i have another that i dond't have idea, if some one can help me. i solved my old problem whit this: //filling report to a file File tmpLlenar=new File(dirTmp); if (!tmpLlenar.exists()) tmpLlenar.mkdir(); tmpFileLlenar = File.createTem