Restore found set

I’m trying to figure out a method by which I can restore the previous found set of records.
In Filemaker I would do this with storing the found recordID’s in a global and go to the related records with the option ‘show only related records’, but in Servoy, I’m kinda new in handling this… :?

Any suggestions?

search the forum for “duplicateFoundSet” and you get there… There is some things to keep in mind when using that, but you can read all about that.

Search for: Marking records
This is a rather long thread which might be useful.
(application.database.convertFoundSet())

HTH

Ron