An odd one >>Filemaker and Apple Script<<

So I wrote this code:
[Applescript]
tell application “FileMaker Pro”
tell database “MSpsi V1.4.fp7”
tell layout “Client”
get data from cell “Therapist”
end tell
end tell
end tell
[/Applescript]

And I got an “Does not exist” error from filemaker

I filled and farted with the script - testing different aspects. The Application, database and layout all are fine. Then I wrote this:

[Applescript]
tell application “FileMaker Pro”
tell database “MSpsi V1.4.fp7”
tell layout “Client”
count cells
end tell
end tell
end tell
[/Applescript]

and got a result of “0”

I changed the cells to fields and same thing. I changed the layout to one that another applescipt works on - same thing. Any thoughts…

Marcus

Model: MacBook
AppleScript: 2.3
Browser: Safari 531.21.10
Operating System: Mac OS X (10.6)