Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 6893 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

I have a FM 8.0 server and client system on which I want to run a Filemaker script every night at 11 pm to email reminders to people. My question is what is the best way to do it? I don't believe FM Server 8.0 has any way to do it nor do I want to have to leave a client open somewhere. Any ideas?

Posted

Try setting up a "Scheduled event" in Windoze that fires up a FMP file that runs an open script that runs the script you want to run in the traget FMP file.

Posted

I'd still recommend using a separate workstation to run this on.

And I wouldn't use a FM file with an onOpen script unless the process is not really critical.

Better approach is to use a VBscript to launch FM, open the FM file, run the script, and close everything back up (including shutting down the machine if needed). The VBscript will give you a lot more power in checking for errors and logging them.

This topic is 6893 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.