Re: Sending event from Filemaker Pro 8.5
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