Key Events needed in WebApp

Great to see something something is possible, thx for sharing. Is this also possible for function keys? I would like to support function keys on barcodescan devices.

Hi @Liam_Sawrey,
I want to use your WebTextFieldEnterKey to set focus on another field if the user presses ENTER. On the EnterKey event I just told it to set the focus on the next field. I can see the focus being moved but the app also presses the only button I got on the page which is to return to the previous form. I tried to set focus on the first field on startup but same thing. I also tried to put Return True but it told me that can not add a return. How can I prevent it from firing up the button to return?

I guess that button is a ‘default’ button. If you remove this default setting, then Return should not fire that button.
image

2 Likes

thank you @AlbertoD. Forgot about that. The default for the button was on. Works good now

1 Like