Jump to content
View in the app

A better way to browse. Learn more.

FMForums.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Featured Replies

My FileMaker Go barcode example without using any iOS barcode reader app and it supports EAN-8/13, UPC-A/E, Code-39/128 and QR Code.

http://www.youtube.com/watch?v=-0GSczzMpv0

I hope you like it.

PS: I will post later step-by-step guide.

This looks great!

I look forward to seeing how you did it.

This is great! Now can you imagine how much faster it would be had you used one of our hardware barcode scanners? Check out store.zerobluetech.com for Bluetooth barcode scanners for iOS devices. You can even pop the keyboard out if you want to type after scanning.

Any questions, let me know.

  • Author

Thanks Agnes, I know the alternatives, but I'm doing this for a reason.

As promised, here is the guide for the FileMaker Go barcode example.

To decode the barcode, I send picture to the server (in my example via net without using FMS) that performs the actual analysis and decoding and then sends back the result. There are two ways to do this; with iOS 6 media uploads without using FMS or with containers and FMS.

You'll need the following:

1) Zbar source code (the binary for OS X is not available)

2) ImageMagick source code (the binary for OS X is not available)

3) Xcode and Command Line Tools for Xcode (needed to compile the Zbar and ImageMagick)

4) Apache and PHP

5) FileMaker file and PHP/HTML/CSS/JS file

I. Download and Install Xcode and Command Line Tools for Xcode

II. Download ImageMagick source code, unpack and compile

III. Download Zbar source code, unpack and compile (without Python, GTK, QT and disable video)

IV. Enable PHP on OS X and change maximum size of post data to 5MB

V. Run Web Sharing in OS X

Next, create PHP file upload script, set opacity for input type: file to zero, disable format detection with meta tag and prevent scrolling with JS (in Mobile Safari), write JS for auto-submit and run shell script to run Zbar to decode and return the result. Then create a FileMaker file with WebViewer object to display previously created file with trigger OnObjectExit to get a string from WebViewer into field and to do the search.

Links:

http://zbar.sourceforge.net/

http://www.imagemagick.org/

https://developer.apple.com/xcode/

I hope it is not to complicated.

  • 2 months later...
  • Author

Another approach, much faster now!

FileMaker Go barcode - example II

https://www.youtube.com/watch?v=RKW5nTwMn3I&feature=plcp

  • 4 months later...
  • 6 months later...
  • Newbies

I still like quick barcode scanners. It is fast and it saves a lot of time.

  • 6 months later...
  • Newbies

I still like quick barcode scanners. It is fast and it saves a lot of time.

yes, and it provides excellent barcode reading tutorial for us. really good tool. hope everyone can try it.

Create an account or sign in to comment

Important Information

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

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.