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»