Beep when textfield

XOJO 21r1.1 - Windows 10 Desktop

‘Enter’ after filling in a value in a textfield lets sound a beep.
How can I eliminate this beep ?

Regards

Use the Keydown event to check if the key is chr(13), do whatever you want to do if it is the case, and return True. The beep should be gone.

Or add a Default button to the field/form.