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

Re: Create record in FileMaker


  • Subject: Re: Create record in FileMaker
  • From: Bernardo Hoehl / Gessos Rutenium <email@hidden>
  • Date: Wed, 29 Sep 2004 09:59:48 -0300

This is just a tip from a novice user:


Open your script editor app, and type this code:

choose file

Run the script, choose your file, and watch for the result.

Then just copy the resulted path to your code.

Hope this helps.

Bernardo Höhl
Rio de Janeiro - Brazil

================


On 29 Sep, 2004, at 12:10 AM, Lawrence B. Camp wrote:

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<x-tad-bigger>.</x-tad-bigger>

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
 _______________________________________________
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

References: 
 >Create record in FileMaker (From: "Lawrence B. Camp" <email@hidden>)

  • Prev by Date: Re: Getting human-understandable time from iCal
  • Next by Date: RE: Create record in FileMaker
  • Previous by thread: Re: Create record in FileMaker
  • Next by thread: RE: Create record in FileMaker
  • Index(es):
    • Date
    • Thread