Re: Scipts and FM Pro
Re: Scipts and FM Pro
- Subject: Re: Scipts and FM Pro
- From: Bryan <email@hidden>
- Date: Thu, 04 Oct 2001 12:39:01 -0400
- Organization: Apex Radiology
tell application "FileMaker Pro"
activate
open file "Macintosh HD:FM:Test"
do script "TheScript"
end tell
tell me to quit
This will make your editor quit if you run the script from the editor
but if you run it as an applet, it will quit the applet.
Also, make sure that the applet is not saved as a stay open applet.
Bryan Kaufman
Andrew Hobson wrote:
>
The simple following script executes itself correctly but the AppleScript
>
Applet does not quit after executing itself. Preventing me from running it
>
again. All that the script does is execute a FileMaker Pro script. The
>
FileMaker Pro script execute itself correctly.
>
>
May I kindly ask someone to explain me why it doesn't quit. And what I
>
should do to make it quit.
>
>
Here is the script:
>
>
tell application "FileMaker Pro"
>
activate
>
open file "Macintosh HD:FM:Test"
>
do script "TheScript"
>
end tell
>
>
-----------------------------------------------------------------
>
Andrew Hobson
>
Dodeica
>
Z.I. Nord au Glapin
>
CP 63
>
1162 Saint-Prex, Suisse
>
Til.: 021 823 45 15
>
Fax.: 021 823 45 05
>
-----------------------------------------------------------------
>
_______________________________________________
>
applescript-users mailing list
>
email@hidden
>
http://www.lists.apple.com/mailman/listinfo/applescript-users
[demime 0.98b removed an attachment of type text/x-vcard which had a name of bryan.vcf]