AS does not find FileMaker database
AS does not find FileMaker database
- Subject: AS does not find FileMaker database
- From: email@hidden (Gerd)
- Date: Thu, 28 Mar 2002 00:38:38 +0100
Hallo,
i already asked some days ago, but unfortunately did not find any answer.
Some weeks ago i changed from OS 9 to OS X 10.1.3 . In OS 9 the scripts
works, but in OS X i always get the error message: 'Filemaker Pro got an
error - object not available' .
The line 'delete every request' is highlighted.
tell app 'Filemaker Pro'
tell database 'adresses'
tell layout 'adresses1'
delete every request
set theRequest to create new request
set cell 'email' of theRequest to '=' & MailAdresse as string
find
activate
end tell
end tell
end tell
Starting the script FM Pro has been started by the script. but there is
no difference whether it was running or not. Because of some error the
script does not find the 'database', but why ?
Maybe someone can help me ?
thanks
Gerd
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.