In SDAC 2.45.2.24, also in 3.8.x this worked:
1. Load a RecordSet in TMSQuery
2. Set the Filter to a specific value (eg: "ID=100")
3. Call the "FindFirst" Method witch positioned the
recordset to the first record matching the filter
Please note that one was not required to
set the filtered property to enable !
In SDAC 4.10.0.9 this is not working anymore.
Unfortunately some developers used this method
often in our source code so we would be very glad
if we could find a workaround for this problem.