FileMaker Pro 脚本步骤“转到布局”不起作用
在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你怎么知道它不起作用?如果您只是运行它,您可能不会注意到它如何变化。尝试在调试器中运行脚本或在“转到布局”命令后添加暂停。
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.