Re: Filemaker 8.5 and current record syntax
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