May 11, 200817 yr tell application "FileMaker Pro Advanced" activate --activate the first database and the script getURL "fmp7://192.168.6.24/test1.FP7" tell database "test1" do script "test 1" end tell --activate the second database and the script getURL "fmp7://192.168.6.24/test2.FP7" tell database "test2" do script "test 2" end tell end tell the problem is that i don't know how to switch to the second Db, the focus remain on the first. Please help me
May 16, 200817 yr Since you've had no replies, I'll just say that on my OS (10.4) with FMA 9, the second file did come to the front. However it opened a second window. I suggest simply using a launcher file built in FileMaker rather than use AppleScript for this.
Create an account or sign in to comment