Double, triple... menu item in the export menu

Hello!

Every time, when I launch the report, I find in the export menu more and more menu items...

text (matrix printer)
rtl file
pdf file
text (matrix printer)
rtl file
pdf file
text (matrix printer)
rtl file
pdf file
...

I launch so(delphi):

if fileexists(fn) then
begin
frlek2.loadfromfile(fn);
frlek2.ShowReport(true);
close;
end;

What do i make wrong?

Thanks
Balage

Leave a Comment