Bug in Notes Event Handling?

Hi,here a simple scenario of my problem with event handling:

I’m using a form including a field, which has an exiting event that shows a message box, and a button, that shows a messagebox, too.

If the focus is on the field and you are clicking on the button, the exiting code, that is the message box, is executed first as expected. Now the problem is, that the button is locked in this scenario and the code of the button will not be executed until you click either a second time on the button or on free space of your form!

If you replace the message box in your exiting event with “print”, the code of the button will be executed immediately after the exiting event!

I have tested and can reproduce this problem from release 6.5 or higher.

Is this problem known and is there any workaround or fix?

Best regards

Giordano