• 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: FMP record ID...
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.

References: 
 >FMP record ID... (From: Mario Kolaszewski <email@hidden>)

  • Prev by Date: Re: Repeat in iChat
  • Next by Date: Re: Hmmm... new problem cropped up
  • Previous by thread: FMP record ID...
  • Next by thread: Connection invalid on quit
  • Index(es):
    • Date
    • Thread