Re: FMP record ID...
Re: FMP record ID...
- Subject: Re: FMP record ID...
- From: Gary Lists <email@hidden>
- Date: Wed, 27 Aug 2003 00:26:47 -0400
On or about 8/26/03 11:35 AM, Mario Kolaszewski wrote:
>
Is there a way to navigate/access a FMP record using its ID?
>
>
Mario
Yes.
--
go to record ID x
--
where x is the integer record id.
For example:
set x to (id of current record) as integer
--> 33954
go to record ID x + 1
--> next record, if it exists, error otherwise
go to record ID x - 10
--> 10th prior record
As you probably know, record ID is assigned internally and is never reused
in any file, even after deletion of a record. Record ID's of deleted
records are not accessible.
--
Gary
MacOS 9.1 / "9 is Fine"
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.