• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Filemaker - Open Remote Using AppleScript
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

  • Follow-Ups:
    • Which app to target?
      • From: Gil Dawson <email@hidden>
References: 
 >Re: Filemaker - Open Remote Using AppleScript (From: Peter Baxter <email@hidden>)

  • Prev by Date: Re: Print to pdf in FileMaker
  • Next by Date: Which app to target?
  • Previous by thread: Re: Filemaker - Open Remote Using AppleScript
  • Next by thread: Which app to target?
  • Index(es):
    • Date
    • Thread