Re: Error -609 and Filemaker
Re: Error -609 and Filemaker
- Subject: Re: Error -609 and Filemaker
- From: Beatrix Willius <email@hidden>
- Date: Tue, 11 Mar 2008 19:59:19 +0100
I will try this.
Anfang der weitergeleiteten E-Mail:
Von: Bruce Robertson <email@hidden>
I'd suggest adding the save command as noted below. In looping
scripts I
have definitely found it helpful.
property OriginatorFrom: "OriginatorFrom"
property OriginatorSender: "OriginatorSender"
with timeout of 10000 seconds
tell application "FileMaker Pro"
go to layout "all Fields Mail"
set myNewRecord to (create new record with data {OriginatorFrom,
OriginatorSender})
save
end tell
end timeout
I also thought that the problem could be related to the timeout. My
customers didn't say if the database was on a network, but I will ask.
Anfang der weitergeleiteten E-Mail:
Von: Peter Baxter <email@hidden>
Datum: 11. März 2008 06:18:39 MEZ
An: Bruce Robertson <email@hidden>
Kopie: email@hidden
Betreff: Re: Error -609 and Filemaker
Is the database on a network? -609 means that the connection is
invalid.
As Filemaker Pro 9 does not appear to have the code 609 or -609,
you can probably assume that the connection relates to the AS
connection to the Database.
if you didn't have a specific reference to a timeout, that is the
first assumption I would have made.
Mit freundlichen Grüßen/Regards
Trixi Willius
http://www.mothsoftware.com
Mail Archiver X: archive, clean and search email
http://www.beatrixwillius.de
Fractals, 3d landscapes etc.
_______________________________________________
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