• 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: two Filemaker Pro questions
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: two Filemaker Pro questions


  • Subject: Re: two Filemaker Pro questions
  • From: Joe <email@hidden>
  • Date: Mon, 23 May 2011 10:54:51 -0700

At 10:32 AM -0700 5/23/11, email@hidden wrote:

>tell application "FileMaker Pro Advanced"
>					activate
>					go to database "doc1"
>					-- brings the named db to the front

I think the OP wanted to open the DB. "Go to" requires the DB to already be open.

This should work.

tell application "FileMaker Pro"
 activate
 open "Mac HD:Users:bobculla:Some Folder:doc1.fp7"
 sort layout "Your Layout Name" by field "Something" in order ascending
end tell

Joe
 _______________________________________________
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

References: 
 >two Filemaker Pro questions (From: Bob Cuilla <email@hidden>)
 >Re: two Filemaker Pro questions (From: email@hidden)

  • Prev by Date: Burnable
  • Next by Date: Re: two Filemaker Pro questions
  • Previous by thread: Re: two Filemaker Pro questions
  • Next by thread: Re: two Filemaker Pro questions
  • Index(es):
    • Date
    • Thread