在 Rave 运行时 Delphi 中更改矩形颜色
我们使用 rvproject1 和 rvdatasetconnection1 在 rave 中打印数据库记录,并且可以正常工作。 如何在 rave 中完成此操作: 如果 Adotabel1.fieldbyname('something').asstring = 'something' 那么 数据带上的矩形 1.color=black 别的 数据带上的 Rectangle1.color=green
We print database records in rave using rvproject1 and rvdatasetconnection1 and that works.
How to acomplish this in rave:
If Adotabel1.fieldbyname('something').asstring = 'something' then
Rectangle1 on a data band.color=black
else
Rectangle1 on a data band.color=green
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Rawn,
我相信您必须下载位于此处的 Visual Designer Guide.pdf
http://www.nevrona.com/Rave/downloadbe.html。您想要完成的事情可以通过多种方式完成(使用编辑器事件、Delphi 代码等)。在手册中,您将确切地找到如何在beforeprint事件上编码带或数据文本(Rave Report“语言”与Delphi非常相似)。现在我没有时间给你举例。
最好的问候,
拉杜
Rawn,
I believe you must download the Visual Designer Guide.pdf located here
http://www.nevrona.com/Rave/downloadbe.html. What you want to accomplish can be done in several ways(with editor events, from Delphi code, etc). In the manual you will find exactly how to code the band or datatext onbeforeprint event(Rave Report 'language' is very similar to Delphi). At this moment I don't have the time for making you an example.
best regards,
Radu