Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 6901 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

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

Posted

... 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...

Posted

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).

  • Newbies
Posted

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.

  • 2 weeks later...
Posted

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

Posted

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.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.