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

FileMaker Create Record Target


  • Subject: FileMaker Create Record Target
  • From: Jason Bourque <email@hidden>
  • Date: Fri, 04 Apr 2008 12:18:57 -0400
  • Thread-topic: FileMaker Create Record Target

Title: FileMaker Create Record Target
The following script will create a record in the frontmost database.
How can I target the correct database?

I am using FileMaker Pro Advanced 9v3


tell application "FileMaker Pro Advanced"
           tell database "Marketing Landscape.fp7"
               tell table "Calendar"
                   tell layout "Calendar List"
                       -- show
                       set vNewRecord to create new record with data {vEventName, vDaysLateMax, vEventLocation, vProjectStartDate, vStartDate, vEndDate}
                       
                    
end tell
               end tell
           end tell
       end tell



Thanks,

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

  • Follow-Ups:
    • Re: FileMaker Create Record Target
      • From: Joe <email@hidden>
References: 
 >Re: Adding a slide to Keynote (From: Daniel Da Cunha <email@hidden>)

  • Prev by Date: indesign CS3 PDF export on 10.5
  • Next by Date: Re: FileMaker Create Record Target
  • Previous by thread: Re: Adding a slide to Keynote
  • Next by thread: Re: FileMaker Create Record Target
  • Index(es):
    • Date
    • Thread