在 Rave 运行时 Delphi 中更改矩形颜色

发布于 2024-10-31 17:59:07 字数 207 浏览 1 评论 0原文

我们使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

灯下孤影 2024-11-07 17:59:07

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文