• 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
Creating records and setting fields in FM 6.0
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Creating records and setting fields in FM 6.0


  • Subject: Creating records and setting fields in FM 6.0
  • From: "Lawrence B. Camp" <email@hidden>
  • Date: Sat, 27 Nov 2004 21:15:58 -0500

Title: Creating records and setting fields in FM 6.0
I am using Pagesender to send faxes from FileMaker 6.0.  Pagesender will run an Applescript on success or failure of the fax.  I am trying to write an Applescript that will: 1) create a record in a specific file 2) set several fields with data from Pagesender.

Here my try so far:


on sent_fax(faxDate, pageCount, faxRecipient, faxFile, faxNumber, failed)
    tell application "FileMaker Pro"
        activate
       open database "Mail Server:Users:lawrencecamp:Desktop:Line.fp5"
        create record with data {faxDate, pageCount, faxRecipient, faxFile, faxNumber, failed}
    end tell
end
sent_fax


The fields in the database are: faxdate, pagecount, faxrecipient, faxfile, faxnumber, and failed.


Thanks for your help,


--
Lawrence B. Camp
email@hidden

215 Evans Street
Morganton, NC 28655
828.437.2758
828.437.1002 Fax
828.443.7136 Cell
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Prev by Date: Re: Address book: how to create a copy of a person?
  • Next by Date: Find Item in AppleWorks Database?
  • Previous by thread: How to add a photo to an album in iPhoto?
  • Next by thread: Find Item in AppleWorks Database?
  • Index(es):
    • Date
    • Thread