FileMaker and OS X
FileMaker and OS X
- Subject: FileMaker and OS X
- From: Frank Flynn <email@hidden>
- Date: Thu, 10 May 2001 09:38:20 -0700
- Organization: Poet, Artist & Mystic
Hi All,
I have a script:
tell application "FileMaker Pro"
activate
open "myDB.fp5" with password "foo"
do script "EXPORT records"
quit
end tell
This script works fine under OS 8.6 but under OS X the open fails. The
error message is "FileMaker got an error: The event failed." Which is
not extremely informative.
If I turn off the password on the database (and remove that from the
script) then it will work. does anyone have a clue what's going on?
Frank