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

Re: Filemaker 8.5 and current record syntax


  • Subject: Re: Filemaker 8.5 and current record syntax
  • From: Bruce Robertson <email@hidden>
  • Date: Tue, 01 Aug 2006 09:17:33 -0700

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

There is no such thing as a current record (or found set or sort order) for
a table.

There is a current record - and a found set - and sort order - of a
particular layout of a particular window.

A table has no interface, it is always the complete set of data contained by
the defined table. A table is a property of a database.

Though there is a current record for a window, this is really the current
record of the current layout. In actuality there can be as many current
records for a window as there are layouts, because each layout can represent
a connection to a different table occurrence.

You can in fact use applescript to "talk" to tables but you must use some
other kind of selection criteria such as recordID or property of a field to
identify the record.

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