After scanned in barcode field and move to the new line ?

bestianhowbestianhow Member Posts: 120
Hi,
I have created a new table which is used to store barcode scanning transactions. At the same time, i also created a new tabular form to attached with the new table.
I wish the cursor pointing to the new or next line after the scanned, but system just move to next field with same line.

Anyone has been done this before?

Thanks.

Comments

  • SavatageSavatage Member Posts: 7,142
    put the ID# in the nextcontrol property of the field you're scanning into.

    Setting it to itself will drop down a line.

    Are you also using Autoenter & Maxlength?
  • garakgarak Member Posts: 3,263
    you can also configure your scanner that he send a next line command
    Do you make it right, it works too!
  • bestianhowbestianhow Member Posts: 120
    Savatage wrote:
    put the ID# in the nextcontrol property of the field you're scanning into.

    Setting it to itself will drop down a line.

    Are you also using Autoenter & Maxlength?

    Hi Savatage,
    Thank you very much, your solutions is working well. =D>
Sign In or Register to comment.