• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: triggering a script in Filemaker
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: triggering a script in Filemaker


  • Subject: Re: triggering a script in Filemaker
  • From: Stan Cleveland <email@hidden>
  • Date: Wed, 11 Oct 2006 14:27:49 -0700
  • Thread-topic: 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>)

  • Prev by Date: triggering a script in Filemaker
  • Next by Date: Re: scripting BOMArchiveHelper possible ?
  • Previous by thread: triggering a script in Filemaker
  • Next by thread: Re: triggering a script in Filemaker
  • Index(es):
    • Date
    • Thread