• 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.5 and current record syntax
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Filemaker 8.5 and current record syntax


  • Subject: Filemaker 8.5 and current record syntax
  • From: Dan Doughtie <email@hidden>
  • Date: Mon, 31 Jul 2006 18:06:25 -0400
  • Thread-topic: Filemaker 8.5 and current record syntax

Referring to a "current record" was never a problem for me before. But now
in 8.5 I can't find any anything that will reference it. I have tried"

set MyCellInfo to a reference to current record of table "MyTable"

Then try and set a variable against the reference. The reference accepts the
Current Record but can't do anything with it.

Using my old syntax I've tried

Tell application "FileMaker Pro"
    tell table "MyTable" of document "MyDatabase"
        set MyScores to cell "bones" of record 3 --this works
 set MyScores to cell "bones" of first record-- this works
 set MyScores to cell "bones" of last record-- this works

 set MyScores to cell "bones" of current record-- This generates Object Not
Found Errors.
    end tell
end tell

Also tried tell table "MyTable" of database "MyDatabase" in the first line
with no luck.

Is this broken or is there a different "current record" method?

Dan

 _______________________________________________
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: Filemaker 8.5 and current record syntax
      • From: "Gary (Lists)" <email@hidden>
  • Prev by Date: Launch Services info (was "Re: Auto-Remove .DS_Store Files?")
  • Next by Date: Problem with simple finder script- make new file, open for access
  • Previous by thread: Re: Get iPhoto's pictures
  • Next by thread: Re: Filemaker 8.5 and current record syntax
  • Index(es):
    • Date
    • Thread