Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Sending event from Filemaker Pro 8.5




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:
http://lists.apple.com/mailman/options/applescript-users/email@hidden
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>)



Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2007 Apple Inc. All rights reserved.