I’m having trouble with getting an applescript to wait for File Maker Developer 6.0 to finish executing a script before moving to the next command. Is there any other way other than using the delay command?!? :?:
tell application "FileMaker Developer"
activate
open file "Invoice Creator" of invfolder
go to database "Invoice Creator"
go to layout "INVOICE"
delete records
delay 2
do script "Open Invoices To Fax"
delay 10
do script "Run Scripts & Quit"
delay 120
end tell