Active Reports 2:为什么我的报告没有出现在运行时?
我有一个 VB6.0 遗留项目,它使用 Active Reports Pro 2.0 来生成报告。 在运行时,一切似乎都正常,但报告没有出现。
我使用 Windows 7 作为我的操作系统。
怎么了?
谢谢
I have a VB6.0 legacy project which uses Active Reports Pro 2.0 for reports.
In run-time, every thing seems to be all right but the report does not appear.
I use windows 7 as my O/s.
What 's wrong?
Thank you
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用错误处理包装您的报告代码并记录这些代码。具体来说,点击 Detail、ReportStart、ReportInitialize 事件。问题很可能发生在其中的某个地方,并且您的代码或 ActiveReports 正在处理错误。
Wrap your report code with error handling and log these. Specifically, hit up the Detail, ReportStart, ReportInitialize events. Mostly likely the problem is occuring somewhere in those and either your code or ActiveReports is eating the error.