如果调用FastReport.PrepareReport,则ISAPI Web应用程序将挂起 [英] ISAPI web application hanging if FastReport.PrepareReport is called

查看:359
本文介绍了如果调用FastReport.PrepareReport,则ISAPI Web应用程序将挂起的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

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

作为Isapi dll运行时,Web应用程序在Raport.PrepareReport(true)下运行时会挂起本地应用程序服务器作为它运行的.exe应用程序!...

该文件夹具有IIS_IUSRS的全部控制文件的权限。

为什么它会挂起?

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?

推荐答案

问题是RichEdit控件,ISAPI fxReport不支持该控件

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

这篇关于如果调用FastReport.PrepareReport,则ISAPI Web应用程序将挂起的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆