Disable default search message

I have a very simple one line method: find().
The user puts in the findcriteria and hits the Enter key.
If there is no match Servoy’s default message appears.
I would like to disable this message and replace it
with my own.
Is this possible?

Regards,
Ron

Use a sql query to do the find and you are 100% ‘on your own’ to do whatever you find necessary…

If you are in find mode and you press enter, the default search is executed.
You can override this by attaching your own method to the onSearchCmd of the form.

Thank you, I will try both suggestions!.

Regards,
Ron