ShowReport very slow

I have a simple code like that...

ReportName = ReportName + "\\COMUNICAT_DISPOZITIE.fr3";
frxDBDataset1->DataSet = frmZT->qRepartizare;

frxReport->LoadFromFile(ReportName);

frxReport->ShowReport();

IT WORK FINE on a lot of computers, but when I test at home, SHOWREPORT works veryyy slow...the result appear after 30 seconds, and at wok after 2-3 seconds...Solutions to speed up? The printer is set default. and and home a have 30 printers install...there is the problem?

Leave a Comment