The Next Generation of the FileMaker Pro Progress Bar Using base64

After we posted the FileMaker Pro 13 Progress Bar demo file using a base64 image last December, one frequent request we received was for a way to have the FileMaker progress bar change color based on its percentage. For example, changing from green to yellow to red as the percentage increased.

This FileMaker Pro 13 Progress Bar demo file adds that feature. It replaces the foreground_color parameter with a steps parameter that takes a return-delimited list of values. Each line should have a number between 0 and 100 indicating the percentage threshold, followed by a space and then the corresponding color in base64. The values should be sorted by threshold, ascending. The FileMaker Pro Progress Bar demo file includes an interface to help you build the steps parameter.

The ProgressBar() custom function loops through the lines in steps, comparing the progress value with the threshold value and stopping at the first one that is equal to or higher than progress. It then parses out the corresponding color value and finishes calculating the graphic using the same technique as the original FileMaker Pro Progress Bar file.

This can be used for a variety of purposes in addition to progress bars, such as status indicators, bar graphs and even as simple background colors that can be set programmatically (just set progress to zero and the background color to your choice. The final parameter would be left blank.).

Enjoy this FileMaker/base64 trick!

FileMaker Pro Progress Bar

Download Progress Bar Advanced Here

About Excelisys, Inc.: Founded in 2001, Excelisys (www.excelisys.com) is an FBA Platinum Partner and FileMaker Certified developer organization. Excelisys specializes in designing, developing, customizing, supporting, consulting, migrating, upgrading, fixing, and integrating of FileMaker Pro and FileMaker Go database solutions, MySQL, PHP, CodeIgniter, PostgreSQL, QuickBooks-FileMaker Pro Integration, Excel and MS Access to FileMaker Pro conversions/migrations, iPhone and iPad business solutions, and other various database frameworks and web technologies that automate your organization’s data solution needs for use on the web, mobile, and desktop platforms. Contact Excelisys today for a free estimate and consultation about your business software automation needs @ 866-592-9235.