Creating records and setting fields in FM 6.0
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