Re: Setting script variable in Perform applescript ? -
11-18-2005
, 07:03 AM
Yes, according to FM helpfile you can not use any variables for externel
function that hold a path.
Open the help file
search on using variables
open the page with this name
and scroll down the page
"FP" <ab (AT) pottnerconsulting (DOT) ca> schreef in bericht
news:1132299475.448768.213250 (AT) g43g2000cwa (DOT) googlegroups.com...
I think you'll have to get apple script to write the data into a global
field first then take it from there and put it into your script
variable eg.
"tell application " & "\"" & "Filemaker Pro Advanced" & "\"¶"
& "choose file name ¶"
& "set field " & "\"" & "MyResultField" & "\"" & "to the result as
text¶"
& "end tell" |