FileMaker Pro 9:自动化脚本每天运行? [Windows XP]

发布于 2024-10-20 22:51:40 字数 146 浏览 7 评论 0原文

我在 FileMaker Pro 9 中编写了一个脚本,将一些记录导出到 .tab 文件,并且我需要每天运行该脚本。我运行的是Windows XP。我在 FM 中没有找到任何函数来处理这个问题 - 有没有办法从命令行运行它?我知道我可以使用 Scheduler 设置类似的东西。

I wrote a script in FileMaker Pro 9 to export some records to a .tab file, and I need this script to run daily. I am running Windows XP. I haven't found any function in FM to take care of this - is there a way to run it from the command line? I know that I could set something like that up with Scheduler.

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

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

发布评论

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

评论(2

瀞厅☆埖开 2024-10-27 22:51:40

我将创建第二个 FileMaker 文件,该文件在“打开”时运行一个脚本,执行以下操作:

Open File [Your Other File]
Perform Script [Export Script]
Close File [Current File]
Exit Application

然后将该文件设置为由 Windows 任务计划程序进行计划。

I'd create a second FileMaker file which runs a script on Open which does the following:

Open File [Your Other File]
Perform Script [Export Script]
Close File [Current File]
Exit Application

And then set that file to be scheduled by Windows Task Scheduler.

傾城如夢未必闌珊 2024-10-27 22:51:40

我不记得它是与哪个版本的 FileMaker 一起引入的,但我认为它是 10 或 11,但有一个名为“安装 OnTimer 脚本”的脚本步骤,可以在一段时间(以秒为单位)后执行脚本。您也可以检查一下。

http://www.filemaker.com/help/html/scripts_ref1.36.16.html

I don't remember which version of FileMaker it was introduced with, but I think it was either 10 or 11, but there's a script step called "Install OnTimer Script" that can execute a script after a certain period of time, measured in seconds. You might also check into that.

http://www.filemaker.com/help/html/scripts_ref1.36.16.html

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