FileMaker Pro 脚本步骤“转到布局”不起作用

发布于 2024-09-30 15:17:55 字数 133 浏览 6 评论 0原文

在 for 循环的中间,我更改布局来进行查找,但它实际上从未切换布局。如果我制作一个独立的脚本,告诉它转到布局“x”,它工作正常,但如果我从循环内调用该脚本,或者我在循环中以相同的方式执行它,它不会改变

有人有吗知道为什么这不起作用吗?

in the middle of my for loop I change layouts to do a find but it never actually switch the layout. if I make a stand alone script where I tell it to go to layout "x" it works fine but if I call that script from within my loop or I do it the same way in the loop it doesn't change

Does anyone have any idea why this doesn't work ?

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

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

发布评论

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

评论(1

千里故人稀 2024-10-07 15:17:55

你怎么知道它不起作用?如果您只是运行它,您可能不会注意到它如何变化。尝试在调试器中运行脚本或在“转到布局”命令后添加暂停。

How do you tell it doesn't work? If you simply run it, you may not notice how it changes. Try to run the script in the debugger or add a pause after the Go to Layout command.

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