Search code examples
delphidelphi-xe3isapifastreport

ISAPI web application hanging if FastReport.PrepareReport is called


begin
  try
    Raport.PrepareReport(True);
  except on E:Exception do
    raise ;
  end;
//  if Raport.Engine.Run then
  Raport.Export(frxPDF);
end;

When running as an Isapi dll the web application hangs o Raport.PrepareReport(true), when running with a local application server as an .exe application it runs!...
The folder has permissions for total control files for IIS_IUSRS.
Why it would be hanging?


Solution

  • The problem was a RichEdit control, that isn´t supported for ISAPI fxReport