Curtis_B Posted December 15, 2005 Posted December 15, 2005 Good Afternoon, I'm working on my first bar code solution in FMP. My reader terminates with the Carraige Return/Enter key. This will perform a find if I am scanning the search criteria, however aside from the finds, I'm hoping to use barcodes for data entry purposes in browse mode (tracking production progress in a manufacturing environment). If I'm in a script that is in browse mode and pausing (using the pause/resume script step) at a field for scanning (and moving on) the Carraige Return/Enter key does not resume the script, it merely starts a new line in that same field. I've noticed it's the Enter key by the keypad that will move the script along in the same situation. Can anybody shed some light on this subject? I'd really like to re-program my termination keystroke to be the enter key by the keypad, but my scanner's manual does not list that as an option. Worst case scenario, our employees can press enter after scanning, but it seems unnecessary. Thanks, Curt
Genx Posted December 15, 2005 Posted December 15, 2005 ... Note the Arrow pointing left under your main enter key... its actually carriage return, not enter, hence starting a new line, the keypad enter however is just an enter key...
Wim Decorte Posted December 16, 2005 Posted December 16, 2005 Yep one is the Enter key, the other is called Return (as in Carriage return). Not sure if this would work, but what if you scanned into a number field instead of text? The first steps after the pause would then take the content of the number field and put it in a text field. (number fields don't allow CR/LFs).
comment Posted December 16, 2005 Posted December 16, 2005 This may look like a really stupid idea, but it seems to work. ReturnScan.fp7.zip
Newbies rickmags Posted December 22, 2005 Newbies Posted December 22, 2005 Hi check your barcode reader for the suffix to use, normally the Enter in the numeric keypad has a different suffix use that code, things should work out as if you are pressing enter on your numeric keypad.
stanley Posted December 30, 2005 Posted December 30, 2005 Curtis: What barcode scanner are you using? Most can be reprogrammed to change the suffix... Another option (possibly) is to put an "enter" at the end of your barcodes. -Stanley
Fenton Posted December 30, 2005 Posted December 30, 2005 Along with the other suggestions, I've used a custom dialog with an input field, in a script. Either "Enter" key will close it. Or, if you want to just enter directly in fields, use an auto-enter calculation with Substitute ( the field; ¶; ""), with the "Do not replace existing value", to remove the carriage return afterwards.
Recommended Posts
This topic is 6901 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now