• 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: Maybe not the Finder, but a 'wait for FMP' problem [WAS: Re: R23's Osaxen Rant] - Simple Solution...
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Maybe not the Finder, but a 'wait for FMP' problem [WAS: Re: R23's Osaxen Rant] - Simple Solution...


  • Subject: Re: Maybe not the Finder, but a 'wait for FMP' problem [WAS: Re: R23's Osaxen Rant] - Simple Solution...
  • From: Paul Berkowitz <email@hidden>
  • Date: Fri, 02 Feb 2001 13:41:26 -0800

On 2/2/01 1:25 PM, "John Loch" <email@hidden> wrote:

> There's a much easier way to get Filemaker to wait until it's done
> with a do script command. Simply tell Filemaker to activate after
> the do script line:
>
> tell application "FileMaker Pro"
> do script "myFMProScript" -- perform FM Pro script which
> takes some time to complete
> activate -- wait for the script to finish before executing
> commands below
> end tell
>
> tell application "Finder"
> activate
> display dialog "done."
> end tell
>
>
> This works for me with Mac OS 9.0.4 and 9.1.
>

Thank you for this, John! This could be a great help, since it's very hard
for me to test FMP database-specifics on my user's machine at a distance.

--
Paul Berkowitz


References: 
 >Re: Maybe not the Finder, but a 'wait for FMP' problem [WAS: Re: R23's Osaxen Rant] - Simple Solution... (From: John Loch <email@hidden>)

  • Prev by Date: Re: Maybe not the Finder, but a 'wait for FMP' problem [WAS: Re: R23's Osaxen Rant] - Simple Solution...
  • Next by Date: Re: loading a subroutine properly
  • Previous by thread: Re: Maybe not the Finder, but a 'wait for FMP' problem [WAS: Re: R23's Osaxen Rant] - Simple Solution...
  • Next by thread: Pushing gently HARD for AppleScript in OS X
  • Index(es):
    • Date
    • Thread