Mailing Lists: Apple Mailing Lists
Image of Mac OS face in stamp
Re: triggering a script in Filemaker
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: triggering a script in Filemaker



Title: Re: triggering a script in Filemaker
On 10/11/06 2:13 PM, Bob Cuilla wrote:

> I have a situation where I need to periodically trigger a script  
> (script name) in Filemaker Pro.  Is this doable from AS?

The code, in stripped down form:

    
on run
       idle
   end run

    on idle
       tell application "FileMaker Pro Advanced" -- or other version of FMP
           do script "script name"
        end tell
       return 5 * minutes -- time between script executions
   end idle

The above should be saved as a stay-open application, then launched. Note that idle handler timing is approximate, so don’t count on an exact five minute interval.

Stan C.
--
"There are two types of complex systems: those that have grown out of simpler systems and those that do not work." -- Unknown
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

References: 
 >triggering a script in Filemaker (From: Bob Cuilla <email@hidden>)



Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2011 Apple Inc. All rights reserved.