• 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 8 "create new record" again....
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

FileMaker 8 "create new record" again....


  • Subject: FileMaker 8 "create new record" again....
  • From: David Crowe <email@hidden>
  • Date: Fri, 10 Nov 2006 21:03:03 -0700

Title: FileMaker 8 "create new record" again....
Perhaps someone can explain this.

The following code, running against a database file that has two tables, "Table1" and "Table2" creates a record in "Table1" when the current layout shows that table and the following code is executed:

tell application "FileMaker Pro Advanced" to tell database "Test" to tell table "Table2"
       
create new record
end tell

Yet, the following code, which I would think is equivalent, does the 'right' thing and creates a record in Table2 as specified:

tell application "FileMaker Pro Advanced"
      
create new record in table "Table2" of database "Test"
end tell

Any explanations?

- David Crowe
 _______________________________________________
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/mailman//archives/applescript-users

This email sent to email@hidden

  • Follow-Ups:
    • Re: FileMaker 8 "create new record" again....
      • From: Malcolm Fitzgerald <email@hidden>
    • Re: FileMaker 8 "create new record" again....
      • From: kai <email@hidden>
  • Prev by Date: re: Filemaker to Address Book
  • Next by Date: Newbie search replace problem
  • Previous by thread: Re: Security Movie
  • Next by thread: Re: FileMaker 8 "create new record" again....
  • Index(es):
    • Date
    • Thread