Re: Filemaker - Open Remote Using AppleScript
Re: Filemaker - Open Remote Using AppleScript
- Subject: Re: Filemaker - Open Remote Using AppleScript
- From: revDAVE <email@hidden>
- Date: Mon, 22 Oct 2007 12:14:12 -0700
- Thread-topic: Filemaker - Open Remote Using AppleScript
Hello Peter,
I was able to get it open like this - so thanks again for your help....
tell application "FileMaker Pro Advanced"
activate
if (exists database "File.FP7") then
go to database "File.FP7"
else
getURL "fmp7://accountname:email@hidden/File.FP7"
delay 15
end if
end tell
--
Thanks - RevDave
email@hidden
[db-lists]
_______________________________________________
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/archives/applescript-users
This email sent to email@hidden