Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要在 Filemaker 5.5 中扫描条形码,但问题是 Filemaker 5.5 无法处理“ENTER”键,据我所知,条形码阅读器需要在 Filemaker 上启动脚本。如果有人对此有解决方案,那就太好了!(即使是一些插件也会很好)
如上所述,您可以通过最新版本的 FileMaker 中的脚本触发器来实现所需的操作。
FileMaker 5.5 中无法通过回车键触发脚本。脚本触发器还不存在。
回到我之前的 FM7 思维方式,您可以将要扫描的字段设置为一个按钮。该按钮触发您的脚本,脚本进入用户字段并暂停脚本。然后输入键将取消暂停。
还有其他方法。你会写插件吗?扫描后让用户按下按钮是否太麻烦?