program close automatically
the program close automatically when close the fast report at the second time. Does anyone know why?
with frxReport1 do
begin
LoadFromFile(rptPath+'frHeadCountRpt.fr3');
ShowReport;
end;
with frxReport1 do
begin
LoadFromFile(rptPath+'frHeadCountRpt.fr3');
ShowReport;
end;