• 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: Sending event from Filemaker Pro 8.5
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Sending event from Filemaker Pro 8.5


  • Subject: Re: Sending event from Filemaker Pro 8.5
  • From: Malcolm Fitzgerald <email@hidden>
  • Date: Wed, 15 Nov 2006 10:31:49 +1100


On 15/11/2006, at 5:22 AM, Thomas Dättermark wrote:

I have a button in my Filemaker Pro file which have the following script:

set x to cell "valueOne" of current record
tell application "MyApplication"
	tell window "WindowOne"
		tell drawer "settings"
			set contents of text field "fieldOne" to x
		end tell
	end tell
end tell

This will not compile in FM but if I do the same from Script Editor it will compile and work.

Are there any Applescript limitations in FileMaker Pro?

yes, there are often language conflicts. The easiest way to get past them is to use raw codes in place of english language. That will make FMP happy.


eg instead of "write" it is necessary to use «event rdwrwrit»

malcolm

_______________________________________________
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/mailman//archives/applescript-users

This email sent to email@hidden
References: 
 >Sending event from Filemaker Pro 8.5 (From: Thomas Dättermark <email@hidden>)

  • Prev by Date: Re: Rename a variable
  • Next by Date: Re: Rename a variable
  • Previous by thread: Sending event from Filemaker Pro 8.5
  • Next by thread: re: Sending event from Filemaker Pro 8.5
  • Index(es):
    • Date
    • Thread