Jump to content

Schedule scripts?


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

Recommended Posts

Hi,

I've run into a snag, I want to run a script to sort & print reports at a certain time every monday morning, but am not sure how to approach this. I need it to work if the database is idle, so I can't base the script off modification time and dates.....

Link to comment
Share on other sites

As you're running OS X you can set up a CRON job to execute at a specific time. The CRON job should execute an FMP database with an opening script to get things going.

I use this technique to schedule a minute by minute check for updated entires in my system. This also works even if FMP is not running, as the action is to start the database every time, therefore starting FMP if required. Admittedly this requires a redundant machine, but the service it provides far outweighs it's cost and is probably cheaper than a plug-in on 30 desktops.

Link to comment
Share on other sites

This topic is 6566 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.