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

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

Recommended Posts

Posted

Is there a forum for applescript similar to the FM Forums?

I have an applescript triggering a FM script that works on a timed basis. The problem is that it goes at seemingly sporatic times also. The part in question is

"set TS to time string of mydate

if TS contains "9:4" and TS contains "AM" then

set BS to true

else if TS contains "12:4" and TS contains "PM" then

set BS to true

else if TS contains "3:4" and TS contains "PM" then

set BS to true

else if TS contains "7:4" and TS contains "PM" then

set BS to true

end if

if BS then

tell application "FileMaker Pro" ...."

the time is checked every 600 seconds.

  • 5 weeks later...

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