Jump to content
Salesforce and other SMB Solutions are coming soon. ×

Append Enter program after scanning a barcode


bchiu_ngi

Recommended Posts

I'm writing a script that would allow me to scan a bunch of barcodes, one at a time, into the database. I make a loop hoping to create a new record after i scan a barcode into a field, using Symbol LS2208 hand held scanner. i add pause/resume script so I can scan the barcode and then go to the next scrip step. i thought i can use the Append Enter/Return carriage suffix feature to act as the "continue" or press enter button, but i didn't work. the problem is after i scan the barcode, it will only go to the next line in the same field, instead of exit the record and move to the next script step.

 

can someone help me out with this? thanks.

Link to comment
Share on other sites

The problem is that it is appending the RETURN character and you need it to append the ENTER character. Although Windows keyboards label both keys "Enter", the one that is directly above your Shift key on the right is NOT, in fact, an Enter key but instead is a Return key.

 

Your barcode scanner should have come with little barcodes for "training" the scanner and you can train the scanner to append the Enter key instead of the Return key after each barcode is scanned. The other solution is to do a Show Custom Dialog with field entry allowed, and scan the barcode contents into the custom dialog. Hitting the Return key when a Custom Dialog is on screen continues the script and hence acts just like an Enter key.

Link to comment
Share on other sites

This thread is quite old. Please start a new thread rather than reviving this one.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...

Important Information

Terms of Use