NetTalk Central

Author Topic: Single field on form  (Read 1010 times)

wasatchconsulting

  • Jr. Member
  • **
  • Posts: 72
    • View Profile
    • Email
Single field on form
« 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

Vinnie

  • Full Member
  • ***
  • Posts: 175
    • View Profile
    • Email
Re: Single field on form
« Reply #1 on: July 31, 2023, 01:51:27 AM »
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.

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11182
    • View Profile
Re: Single field on form
« Reply #2 on: July 31, 2023, 04:19:44 AM »
Set your Save/Close button so it's NOT the default button.