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?
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.