Re: two Filemaker Pro questions
Re: two Filemaker Pro questions
- Subject: Re: two Filemaker Pro questions
- From: Joe <email@hidden>
- Date: Mon, 23 May 2011 11:15:57 -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