viana
2005-05-09 20:47:10 UTC
hello,
i always use a code like this to print using Quickreport
try
application.createform(tquickep1,quickrep1);
quickrep1.print;
finally
quickrep1.free;
end;
even with this try..finally, i get the error 'a component named quickrep1 already exists' eventually when i try to print the same report again. the only way to workaround is closing app and starting it again.
is this a QR bug ?
thanks,
viana
i always use a code like this to print using Quickreport
try
application.createform(tquickep1,quickrep1);
quickrep1.print;
finally
quickrep1.free;
end;
even with this try..finally, i get the error 'a component named quickrep1 already exists' eventually when i try to print the same report again. the only way to workaround is closing app and starting it again.
is this a QR bug ?
thanks,
viana