NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: wasatchconsulting on July 28, 2023, 10:25:48 AM
-
I have a memory form with a single field on it and then there is a NetWebBrowse below the field.
The user types in a value (barcode in this case). If the user then presses the TAB key, a process then builds a table and the NetWebBrowse displays the data and it works as intended.
If the user types in the barcode and presses ENTER key, the browser returns to the previous page. If the user goes back to the form, the data is there.
If I place another field on the form, then pressing the ENTER key works just like the TAB key does.
Anything I am missing here?
Thanks
Ken Watts
-
Hi Ken
Just make the extra field a hidden field.
The first field user presses enter jumps to hidden field and jumps back to first field.
This is normal in my system.
Option two is the set the barcode to tab after read not enter. Not the best option.
-
Set your Save/Close button so it's NOT the default button.