• 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
Create record in FileMaker
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Create record in FileMaker


  • Subject: Create record in FileMaker
  • From: "Lawrence B. Camp" <email@hidden>
  • Date: Tue, 28 Sep 2004 23:10:11 -0400

Title: Create record in FileMaker
I would appreciate some basic help with an AppleScript to create a record in a FileMaker database.  The FM database will be running when the AppleScript runs.  The FM file is: FaxRecordResponse.fp7.

Here what I have now:

tell application "FileMaker Developer"
    open file "FaxRecordResponse.fp7"
    create record with data {"Texas", "12548", "abc"}
end tell

FileMaker returns the error that “FaxRecordResponse.fp7” could not be opened (not found).

How do I tell FileMaker where to find the file?  Currently it’s on the desktop.  I’ve tried the script with the file open and the error is the same.

Thanks for your help,

--
Lawrence B. Camp
email@hidden

 _______________________________________________
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

  • Follow-Ups:
    • Re: Create record in FileMaker
      • From: Bernardo Hoehl / Gessos Rutenium <email@hidden>
    • Re: Create record in FileMaker
      • From: Graham Sprague <email@hidden>
  • Prev by Date: Create record in FileMaker
  • Next by Date: Re: Create record in FileMaker
  • Previous by thread: Create record in FileMaker
  • Next by thread: Re: Create record in FileMaker
  • Index(es):
    • Date
    • Thread