Filter out unit separator from entry box caused by Ctrl+A

Hi
When a user does Ctrl+A in an entry box it inputs a unit separator.
Does anyone know of a way to prevent this?

Marc

Add ALRT(CtrlA) to that control. With no code in Event:AlertKey the keystroke will be lost

Edit: Add ALRT(CtrlA) to the WINDOW to stop it for All Controls

1 Like

Nice idea thanks. I’ll give it a try.