• 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: do script in FileMaker 12
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: do script in FileMaker 12


  • Subject: Re: do script in FileMaker 12
  • From: Bruce Robertson <email@hidden>
  • Date: Fri, 21 Dec 2012 22:00:37 -0800

I don't think they broke anything; it works fine.

You do have to refer to the correct document of course.

Where is your script? Is it inside FileMaker? In a separate applescript app?

This script works for me:

tell application "FileMaker Pro Advanced"
	activate
	tell document "Contacts"
		do script FileMaker script "Contact Details"
		delay 2
		do script FileMaker script "Contact List"
	end tell
end tell

Bruce Robertson

On Dec 21, 2012, at 2:10 PM, David Crowe wrote:

> I have recently updated to FileMaker 12 and my scripts are breaking on
>
>
> do script filemaker script "x"
>
>
> I've tried taking out "filemaker script" (because the dictionary does not show this) and I've tried talking to window/document/database (all have the same name in this database).
>
> But to no avail, I keep getting, "Object not found"
>
> I hope that they didn't break this...
>
> - David Crowe


 _______________________________________________
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: 
 >do script in FileMaker 12 (From: David Crowe <email@hidden>)

  • Prev by Date: Re: do script in FileMaker 12
  • Next by Date: Renaming TV Episodes.
  • Previous by thread: Re: do script in FileMaker 12
  • Next by thread: Renaming TV Episodes.
  • Index(es):
    • Date
    • Thread