Hosted Filemaker pro 8 & applescripts go to error
Hosted Filemaker pro 8 & applescripts go to error
- Subject: Hosted Filemaker pro 8 & applescripts go to error
- From: Pauls Sloss <email@hidden>
- Date: Mon, 26 Nov 2007 11:41:15 +1100
- Thread-topic: Hosted Filemaker pro 8 & applescripts go to error
Title: Hosted Filemaker pro 8 & applescripts go to error
Hi, I’ve recently upgraded to filemaker pro 8.5 from 5.5, and upgraded our Filemaker server to 9 from 5.5.
All applescripts I have written which create a record and then go to that new record fail now with the ‘object not found’ error.
If I view the event log the record will be created with an ID but then filemaker can’t find go to that same record with the same ID. This only happens when the database is hosted. If I run the script on the same file that’s hosted off my local hard disk it won’t have a problem running.
I’ve distilled the error to create new record got record combination. So far all other script steps work.
Here’s the scenario in simple form on a database “test.fp7” with 1 field which shows the record ID:
tell application "FileMaker Pro"
tell database "test.fp7"
go to (create new record)
end tell
end tell
Hosted on my hard disk this will create a record and go to it successfully. When I host the database on our FM Server Advanced 9, I get the following event log:
tell application "FileMaker Pro"
create new record
>> record id 3.2814E+4 of window "test (CreativeServices.local)"
go to record ID 3.2814E+4 of window "test (CreativeServices.local)"
>> "FileMaker Pro got an error: Object not found."
Does anyone have a similar experience, or know what could be going wrong? Filemaker won’t give me any support on this issue.
--
Pauls Sloss
Senior Designer
The Cancer Council Victoria
1 Rathdowne Street Carlton
Vic Australia 3052
613 9635 5151
email@hidden
www.cancervic.org.au
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden