Jump to content

[FP5] New To Bar Codes


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

Recommended Posts

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

  • 3 weeks later...
  • 3 weeks later...
  • 3 months later...

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

Link to comment
Share on other sites

This topic is 7171 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.