如何返回到 install4j 中的先前屏幕?

发布于 2025-01-06 05:17:21 字数 45 浏览 1 评论 0原文

基本上,我想在一次安装后进入“安装组件”屏幕。就像 dbca 设置向导一样。

Basically, I want to go to the Installation Components screen, after one installation. Just like the dbca setup wizard.

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

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

发布评论

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

评论(1

网名女生简单气质 2025-01-13 05:17:21

记下您要转到的屏幕的 ID,例如“123”,然后调用

context.gotoScreen(context.getScreenById("123"));

脚本,例如另一个屏幕的验证表达式。

Note the ID of the screen you want to go to, say "123", and call

context.gotoScreen(context.getScreenById("123"));

in a script, for example the validation expression of another screen.

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