Re: Auto Start FileMaker and open file?
Re: Auto Start FileMaker and open file?
- Subject: Re: Auto Start FileMaker and open file?
- From: Jim Hankins <email@hidden>
- Date: Sat, 4 Nov 2006 15:23:16 -0500
Thanks!,
Any way I can only execute it if it's not already running and open? My thoughts were to have this running in a cron script every so often so that if the user accidently closed the file or filemaker, it would reopen. Otherwise filemaker would just activate as foreground application even if it is running and get pretty annoying for the user. ;)
So logically
if NOT filemaker pro running and filename open
tell application "FileMaker Pro" to getURL fileURL
else exit
I call that from a cron script every few minutes to make sure it stays up. |
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/mailman//archives/applescript-users
This email sent to email@hidden