Scanning Bar Codes

You can scan a bar code into a container field or text field without using scripts, or use the Insert From Device script step in FileMaker Pro. By default, all bar code types are selected, but if you use the Insert From Device script step, you can specify the bar code type. For information about the Insert From Device script step, see FileMaker Pro Help and FileMaker Go Development Guide.

You can:

FileMaker Go does not support all types of bar codes.

Scan a bar code into a container field

  1. Tap the container field.
  2. If you are replacing existing data in a container field, tap Replace Replace icon.
  3. Tap Bar Code Barcode icon, then use the camera to scan the bar code.

Scan a bar code into a text field

  1. Tap the text field.
  2. Tap Insert data icon, then tap Bar Code Barcode icon.
  3. Use the camera to scan the bar code.

Scan a bar code using a script

  1. In FileMaker Pro, create a button on a layout and assign the Insert From Device script step to the button. Configure the script step to scan bar codes.
  2. Note: In the Bar Code Options dialog box in the Script Workspace window, select:

    • EAN-13 to scan ISBN-10 or ISBN-13 bar codes. Also select ISBN-10 (from EAN-13) if you need to convert a scanned ISBN-13 bar code to the ISBN-10 type.
    • EAN-13 as well as UPC-A or UPC-E to scan UPC-A or UPC-E bar codes.

  3. In FileMaker Go, tap the button to run the script.

For information about using buttons with scripts, see FileMaker Pro Help.

If the script does not specify a target field to store the bar code, the currently active field is used if it is a container field or text field.

You can set a script trigger to run the script. See FileMaker Pro Help.

Tips for scanning bar codes