Oracle Forms:在画布加载上执行

发布于 2024-11-08 04:53:01 字数 164 浏览 1 评论 0原文

我有一个带有 2 个画布的表格。第一个画布有一个按钮,按下时会加载第二个画布。现在,我想在加载第二个画布时在列表项(即第二个画布中)中填充一些数据。列表项上有 WHEN_NEW_ITEM_INSTANCE 触发器,但加载画布时似乎不会触发。知道我该怎么做吗?

尝试到处搜索但没有发现任何有用的东西。

I have a form with 2 canvases. The first canvas has a button that loads the second canvas when pressed. Now I want to fill some data in a list item (that is in the second canvas) when the second canvas is loaded. There's the WHEN_NEW_ITEM_INSTANCE trigger on the list item but that doesn't seem to fire when the canvas is loaded. Any idea how I could do this?

Tried searching all around but haven't found anything useful.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

他夏了夏天 2024-11-15 04:53:02

如果没有其他方法可以到达第二个画布,只需将代码放入按下按钮时的按钮中即可。

Just put your code in the button WHEN-BUTTON-PRESSED if there is no other way to reach second canvas.

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