Rich S Posted January 25, 2016 Posted January 25, 2016 Howdy, all: I have a "dumb" barcode reader that connects to a USB port in my Mac; I'm running FileMaker Pro Adv., v.14. As is, it captures barcodes just fine when the cursor is in a field of an existing record, but I have to create an orphan record, first, before the barcode can be captured. This is a little inconvenient to users since they need to push a (virtual) button, first, to fire a script (that creates a record) before swiping their card. I'd like them just to swipe in and out as they enter or leave the lab. Is there a clever script (or plug-in) where as the card is scanned, a record is created and the barcode field is then populated? TIA for your replies!
siroos12 Posted April 13, 2017 Posted April 13, 2017 Why not capturing the barcode in a Global filed and set the scanner to pass a return after scanning. Then trigger a script to make a new record and process the scanned barcode text?
siroos12 Posted April 13, 2017 Posted April 13, 2017 (edited) Make sure that you check the "return" check box for the Global field on "go to next object using" on "inspector/Data" tab. This way after the scanner passes a return after scanning the barcode, The script you already set to trigger "on object exit" will run. Edited April 13, 2017 by siroos12
Recommended Posts
This topic is 2779 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