mgm75 Posted April 1, 2004 Posted April 1, 2004 We have some clients who wan't a tracking system using barcodes. This is what I need to do: -Create a new record and print a lable with a barcode on it,(I think we will use 39) then put lable on item, put item on shelf. -Take item from shelf and scan it to find the record. -1 Scanner will be attached to computer Questions: To generate a scanable bar code in FileMaker do I need to purchase a plugin? If not how do I create the barcode using a barcode font? Any other advice would be great. thanks FileMaker Version: 5 Platform: Windows 2000
Mike D. Posted April 1, 2004 Posted April 1, 2004 Check out this link for barcodes with FileMaker. HTH, Mike
mgm75 Posted April 1, 2004 Author Posted April 1, 2004 thanks for th reply but I wanted to see if the was possible with out using a plugin or another software.
stanley Posted April 1, 2004 Posted April 1, 2004 MGM75: A barcode is just another font. In my solutions I use the 3of9 font. The best data to use in the barcode is the record's auto-entered serial number. Because you'll be printing it on a label, make sure the serial number starts high (like around a million) so that the barcode is always the same length... With that in mind, you do not need a plugin, although you may need to program the scanner (they're all different.) Think of the scanner as just another input device, like a keyboard or mouse. When you scan in a barcode, you're entering data into a field. When finding the item's record, you could have a "Find Item's Record" button on a layout; when that button is clicked, you enter Find mode, send the cursor to the Serial Number field, pause the script, and wait for the input from the barcode reader. You will need to make sure that the reader appends an "Enter" to its scan, in order to escape from the pause... -Stanley
www.barcodereaders.com Posted April 22, 2004 Posted April 22, 2004 You cannot make barcodes in filemaker without either a font or a plugin. www.peninsula-group.com has both barcode plugins and barcode readers for filemaker. If you buy them together you get a discount. Regards Guy www.barcodereaders.com
Leb i Sol Posted May 7, 2004 Posted May 7, 2004 Hi Allens! Thanx for the links! in my very very humble opinion....your site "look" is killing your product quality ! take a look at http://www.templatesresource.com/templates/index.asp?category=Business I think it will help you launch this plugin ...and very inexpensivly ! All the best!
Fei Posted September 6, 2004 Posted September 6, 2004 Here is a fast and simple barcode solution. I am using the FONTS method. 1. Download the free CODE 3 of 9 font from http://www.squaregear.net/fonts/. 2. Put it in C:WINDOWSFONTS 3. Now start your FM. 4. Add the fonts into your FM library. 5. Define Field. BARCODE > CALCULATION 6. "*" & field & "*" 7. Calculated type is TEXT. 8. Defind the BARCODE field is using the Free 3 Of 9 font. Hope this will help. ;P
Recommended Posts
This topic is 7381 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