Making alot of reports problem
sorry for my english hehehe,
is there a dispose method in TfrxReportClass?
im tryin to create many reports, heres an example:
for (int i=0;i<=40;i++)
{
getinfo();
createFastreport();
showReport();
}
this is only and example its not really the code, the thing is that, when im doin the iterations,
it takes to long to create them even if i dont show them, so is there something i can do when
creating many reports?
thnx in advance...
is there a dispose method in TfrxReportClass?
im tryin to create many reports, heres an example:
for (int i=0;i<=40;i++)
{
getinfo();
createFastreport();
showReport();
}
this is only and example its not really the code, the thing is that, when im doin the iterations,
it takes to long to create them even if i dont show them, so is there something i can do when
creating many reports?
thnx in advance...