Re: Hosted Filemaker pro 8 & applescripts go to error
Re: Hosted Filemaker pro 8 & applescripts go to error
- Subject: Re: Hosted Filemaker pro 8 & applescripts go to error
- From: Pauls Sloss <email@hidden>
- Date: Mon, 26 Nov 2007 16:54:11 +1100
- Thread-topic: Hosted Filemaker pro 8 & applescripts go to error
Title: Re: Hosted Filemaker pro 8 & applescripts go to error
Thanks Peter for your suggestion, but I think you are missing my point. I don’t have a problem creating a record on the remote hosted database. It’s going to that new record after it’s created that’s giving me the problem.
ie;
tell application "FileMaker Pro"
tell database "test.fp7"
go to layout 1
set myRecord to create record
-- OK up to here
go to myRecord
-- error here
end tell
end tell
Just to reiterate, this only happens when the database is hosted, not when it is run on a local volume.
--
Pauls Sloss
Senior Designer
The Cancer Council Victoria
1 Rathdowne Street Carlton
Vic Australia 3052
613 9635 5151
email@hidden
www.cancervic.org.au
From: Peter Baxter <email@hidden>
Date: Mon, 26 Nov 2007 15:23:57 +1100
To: Apple Script <email@hidden>
Subject: Re: Hosted Filemaker pro 8 & applescripts go to error
tell application "FileMaker Pro"
tell database "test.fp7"
go to layout 1
create new record
end tell
end tell
_______________________________________________
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