ReportBuilder 7.X 和 Delphi 7.X 问题
我在使用 Delphi 7.X 构建的应用程序中使用 ReportBuilder 7.X 生成报表时遇到问题。
“预览”时,备注字段中的权限会被切断(请参阅截图2.jpg),但是您可以在报表设计器中看到所有权限(请参阅截图.jpg)。 请参阅屏幕截图3.jpg,了解备忘录中的计算事件代码,以填写备忘录。
为什么这些“权利”在预览期间填写不正确,但在设计期间却显示正确?
您可以在此处找到所有屏幕截图和一个文本文件,其中包含备注字段的 calc OnPrint 事件中使用的代码:
I have an issue with a report using ReportBuilder 7.X in an application built with Delphi 7.X.
The rights in the memo field are cut off when 'previewed' (see screenshot2.jpg), however you can see all of them when in the report designer (see screenshot.jpg).
see screenshot3.jpg for the calc event code to the memo for filling the memo.
Why are these "rights" filling during preview incorrectly, but during design it displays correctly?
You can find all screenshots and a text file containing the code used in the calc OnPrint event for the memo field here:
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您的问题很准确,并且您确实提供了所有必要的信息。恭喜!
当数据或布局有点复杂(关于 SQL 查询、脚本代码...)时,RB 的“预览”窗格永远不会按我预期的方式工作。这显然是RB的一个bug。我从不使用这个“预览”面板。
备忘录的“位置”设置怎么样?你尝试改变它吗?使其达到乐队的全高吗?
你的申请结果怎么样?如果您的应用程序中创建的报告正确,则不必担心设计模式下的预览。
Your question is precise, and you did put all necessary information. Congratulations!
The "preview" pane of RB never works as expected for me, when data or layout are a bit complex (about SQL query, script code...). This is clearly a bug of RB. I never use this "preview" panel.
What about the "position" settings of the memo? Did you try changing it? Make it full height of the band?
What about the result in your application? If the report created in your app is correct, don't bother about preview in design mode.