stepping through a found set in FileMaker Pro
stepping through a found set in FileMaker Pro
- Subject: stepping through a found set in FileMaker Pro
- From: q~ <email@hidden>
- Date: Tue, 18 Sep 2001 18:29:39 -0400
I have a basic script that steps through every record in a FileMaker Pro
database, but this gets rather slow with a database that has thousands
of records. Is there a way to address records in a found set?
I currently use this in a loop: go to record x of database dbname. Then
reference the current record to do what I need to do. Is there a similar
go to found record x of database dbname?
Thanks, q~