• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Error -609 and Filemaker
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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
  • Prev by Date: Re: AS newbie Filemaker question
  • Next by Date: Applescript Language Guide for Leopard
  • Previous by thread: Re: Error -609 and Filemaker
  • Next by thread: Re: Applescript "Excessively" Slow in Leopard
  • Index(es):
    • Date
    • Thread