onRecordEditStop - Runs on ANY Click?

jcompagner:
so you use labels that act as buttons?
then it is logical because labels don’t get the focus. So the focus stays in the field.
But if you say in that action: databasemanager.saveData() and that return true.
then the focus should get out of the field.
If that is not the case then make a case for this.

Thanks for clarification, Johan.