Options

How to go directly to the next line after validating a value in a page.

BillNavtnBillNavtn Member Posts: 9
I need to go directly to next line in a page who contains only 2 fields which the first one will get his value by scanning a barcode.
The problem that i got is when i scan a barcode, $ is automaticly inserted to the next field in the page.
So i want to keep scanning barcodes whithout pressing enter to go to the nextline.

Anyone can help me ?

Thanks

Answers

  • Options
    JonasAJonasA Member Posts: 28
    You can set the "QuickEntry" property of every other field than the two you want to change to "FALSE".
    That way you should jump to the next line after the two fields have been filled.
  • Options
    BillNavtnBillNavtn Member Posts: 9
    The problem that the barcode scanner writes "$" on the next field even if its "QuickEntry" property changed to false. So i can't jump to next line only when i press Enter.
  • Options
    ebsoftebsoft Member Posts: 81
    Bill,
    you have to check the barcode scanner properties.
    You should be able to tell him to avoid reading the last char as "$"
    Regards,
    Federico

    MBS Specialist since NAV 2.0
    My experiences on Linkedin
Sign In or Register to comment.