Enter key as Tab
I want the handling of a barcode scanner in the Flextron version of an app to be backwards compatible with the way we did it in Charmode and Windows, so that a scanner sends %<code><enter> as per normal, % being what we standardised on for 'here comes a barcode'.
A flextron App, of course, wants 'move to next field' to be indicated by a tab, so I must in every barcode webform translate the <enter> to <tab>.
Seems like I could
Send AddKeyHandler (RefProc(onBlur)) 13 false False False , maybe even in the subclass, but is that the DAW solution? And will that force the onValidate to happen first?
(seemed logical at the time
)
edit: So what about 'Set pbEnterKeyAsTabKey to True'? It says Windows-only so I didn't try it initially, when I did try it it didn't work in Flextron anyway.
Last edited by DaveR; 10-Jan-2025 at 02:40 PM.
Reason: Set pbEnterKeyAsTabKey to True?
I should be on a beach ...