Hi Jarek,
you could create your own interface, extending the given db interface and add another find-method implementing the logic that's required by the gui. and use that method in your program, but i think
you should implement all methods from the given interface.
I did something similar: I added another find-method to my own interface which was returning the record numbers and the record
string arrays (instead of only the record numbers). And i used that method in my program. But it had the same logic as the find-method described in the given interface and i filtered the records in my gui to only show the exact matches.
Kind regards,
Roel