Re: Bring FileMaker window to front
Re: Bring FileMaker window to front
- Subject: Re: Bring FileMaker window to front
- From: David Crowe <email@hidden>
- Date: Mon, 8 Dec 2003 01:36:09 -1000
I use the following type of script to make a FileMaker database frontmost:
tell application "FileMaker Developer"
activate
open file "Glossary" in Database_Folder
end tell
... and FileMaker is smart enough to just bring the database to the
front if it's already open, which it often is.
- David
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.