Re: Filemaker: Can't make class record
Re: Filemaker: Can't make class record
- Subject: Re: Filemaker: Can't make class record
- From: Beatrix Willius <email@hidden>
- Date: Fri, 17 Dec 2010 17:03:20 +0100
Hi Malcolm,
thanks for the idea. But you have confused me: the script has been working since ages. It's still working. It's just that one customer gets the odd error message.
Begin forwarded message:
> You have a syntax conflict. Filemaker has a class called record and Applescript has a thing called record.
>
> Malcolm
>
>
> On 17/12/2010, at 4:10 AM, Beatrix Willius wrote:
>
>> Hi,
>>
>> with a relatively simple script for Filemaker a customer gets the above error message. The script is as follows:
>>
>> property ContentDescription: "some data"
>> --lots of other properties
>> tell application "FileMaker Pro"
>> go to layout "all Fields Mail"
>> save record
>> set myNewRecord to (create new record with data {OriginatorFrom, OriginatorSender, OriginatorReplyTo, ReceiverTo, ReceiverCc, ReceiverBcc, InternalMessageID, InternalInReplyTo, InternalReferences, InternalReceived, InternalReturnPath, MainDate, MainTime, MainTimeOffSet, MainSubject, MainMailbox, ResentFrom, ResentSender, ResentReplyTo, ResentTo, ResentCc, ResentBcc, ResentDate, ResentMessageID, ResentTime, ResentTimeOffset, OtherStatus, OtherPrecedence, MIMEVersion, ContentType, ContentLength, ContentTransferEncoding, ContentID, ContentDescription, ContentDisposition, ContentLanguage, XMailer, XUIDL, XPriority, XBulkmail, XAttachments, MessageBody, MessageBodyEncoding, HeaderRest, RecID, MessageBodyHtml, MessageRawData, CheckSum, MainDateTime, ResentDateTime, MailboxID})
>> end tell
>>
>> I have the data that the customer tried to move to Filemaker and I don't get the error message. Do you have an idea what could cause this issue?
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