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

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

Recommended Posts

  • Newbies
Posted

Hi,

Is there any way for filemaker to run a script at exactly 12am or any other set time?

Thanks

Posted

Hi 'Ed1',

YES... and... NO!

- In FMPro... Yes & No... Yes, with a plug-in (3rd party stuff)!

- In FMP Server... Yes!

- In FMP Unlimited (Web)... Yes & No... depending on how you do things with Java, Lasso, etc. (3rd party stuff)!

Hope this helps!

Bob Kundinger

[email protected]

Posted

Hi Ed:

One third party plug in that Bob is talking about is called Troi Activator. Keep in mind that this plug in won't work unless FileMaker is at the front. For example, if you have a screen password it will not execute until FileMaker is brought to the "front." There is another plug in called Oazium Events. I haven't tried it.

Ken

Posted

You haven't said what platform you're on and whether you need cross platform capability. You can do it without a plugin on Windows. Create an FP5 file that contains only the script you want to run, and use the Windows scheduler to run start the file. Assign the script in the Document Preferences to run on start up.

Steve

Posted

You can also schedule an AppleScript to open a file using a product such as ScriptScheduler or as a Chron Job (OS X).

As an alternative, you can use a continuously running looping script in FM to execute a script.

Loop

Pause (for some convient time (say one minute or 10 minutes)

If (Status (CurrentTime) = Time 8, 0, 0)

Perform Script (bla bla bla)

End Loop

-bd

Posted

Don't forget that you can also schedule actions with iCal; it doesn't have to be running to work.

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