当用户返回到上一个画布时

发布于 2025-01-20 08:45:02 字数 69 浏览 6 评论 0原文

我是 Oracle Form 12c 的新手。我试图让光标返回到用户从另一个画布返回到该画布时的位置。我将如何实现这一目标?

I’m new to Oracle Form 12c. I’m trying to get the cursor to return back to the location it was when the user returns to that canvas from another canvas. How would I achieve this?

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

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

发布评论

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

评论(1

寄人书 2025-01-27 08:45:02

基本上,“位置”是项目

这意味着您首先必须“记住”自己在哪里;为此,请使用:System.Trigger_Item系统变量,然后将其值存储到参数或全局变量中。

然后,请执行您正在做的任何事情,一旦完成 - - 使用保存使用go_item内置。

That "location" is, basically, the item.

It means that you'll first have to "remember" where you were; to do so, use :SYSTEM.TRIGGER_ITEM system variable and store its value into a parameter or a global variable.

Then do whatever you're doing and - once you're done - navigate back to item you saved using the GO_ITEM built-in.

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