Welcome to our community, full of great ideas on developing your FileMaker solutions effectively,
for peer-to-peer support of the FileMaker Platform and related products and services.
Forums are a great way to get technical advice for FileMaker but for some reason, many people don't think they have to be nice in the electronic world. I was raised to say "please" and "thank you" and that has translated over to the internet for me. But, other folks think the anonymity of cyberspace is an excuse to be a jerk. Some posters are outright offensive and others will just leave snide responses like, "that wasn't much help". News flash! People on the internet are real and you should be
The FileMaker Let function is your tool to make a calculation readable, well formatted and easy to debug. Let us discuss how it can be used.
The post Like a Boss: Let us Discuss the FileMaker Let Function appeared first on Geist Interactive.
View the full article
FileMaker Kanban is the latest tool that offers familiar functionality for users and flexibility for the developer. It offers great functionality and organizes your data visually into lanes and cards.
The post FileMaker Kanban: Organize Your Data appeared first on Geist Interactive.
View the full article
The FileMaker Script Debugger is powerful. Its features are often overlooked. In this post we examine the buttons that control stepping through a script.
The post Like a Boss: Using the Script Debugger to its Full Potential appeared first on Geist Interactive.
View the full article
For the first time, DB Services has been ranked #3494 on the annual Inc. 5000 list, which ranks the country’s “fastest-growing innovators” based on overall revenue growth over a three-year period. The Inc. 5000 list has brought attention to America’s growing private businesses since 1982.
DB Services now joins the ranks of other Inc. 5000 list alumni such as Facebook, Zappos, Pandora, and others. DB Services is top ranked FileMaker Platinum Business Alliance Partner on the 2019 Inc. 5000 li
With the focus on protecting data these days it's nice to see FileMaker improvement of security. Learn more by reading our article and watching the tutorial video: https://www.dbservices.com/articles/filemaker-15-security-enhancements/
dbservices.com
When FileMaker Go is running a script and the user locks the device or switches to another app, the script is paused and FileMaker Go enters a suspended state. Check out this video for a simple technique to allow a script to continue to run while FileMaker Go 15 is in the background. This can be a great way to help ensure a long-running script isn't interrupted by an impatient user.
Read more ›
The post FileMaker Go 15 background scripts appeared first on FileMaker Development Company.
Vie
Edit Records Privileges
I have heard reports recently about some confusion regarding the behavior of the Edit Records privileges. These privileges are set in the Privilege Set Custom Privileges area; they are part of the Record Level Access (RLA) privileges for a specific table.
Record editing privileges can be set to Yes, No, or Limited. Developers select these options from the drop-down menu under the Edit area in Custom privileges in the Privilege Set. What happens to a user’s priv
The FileMaker platform is a constantly evolving and improving ecosystem. The latest version of FileMaker has overhauled the user interface in a number of ways. The FileMaker application UI is extremely important because it is the backdrop of every FileMaker app. https://www.dbservices.com/articles/filemaker-15-user-interface/
dbservices.com
FileMaker 15 provides us with the ability to interact with iBeacon devices using FileMaker Go. This means with some setup we can associate data in our FileMaker solution with physical locations and have our iOS devices access them via the iBeacon technology. Free Sample File included. https://www.dbservices.com/articles/filemaker-beacons/
dbservices.com
Learning how to efficiently create scripts within FileMaker is a never ending process. It's a balance of leveraging what you know and mixing in newly added features along with new ways of doing things. Optimization and cleanup will always be part of the ever growing software solution.
In this video, I present the topic of using utility scripts in order to save precious development time. You know, those reusable scripts which prevent you from writing unique and dedicated scripts for every possib
FileMaker WebDirect has been redesigned to be compatible with mobile phones. In the previous release, FileMaker added support for tablet browsers. FileMaker 15 takes it a step further by providing support for mobile phones. Although you could access WebDirect with a phone before, it was not officially supported, mainly due to dialogs being too small for user interaction. https://www.dbservices.com/articles/filemaker-webdirect-phone-support/
dbservices.com
Welcome to the fourth and final part of the FileMaker iOS App SDK series. In the final part of the series I will take you through building and compiling the iOS App. If you haven't yet read through parts 1, 2 and 3; now would be a good time to go take a look.
Continue Reading...
FileMaker 15 was released on May 10th 2016 and includes a few key new technologies.
While much of the focus was on the mobile end of things, there are some speed improvements along with some convenience features which will make working in FileMaker 15 just a bit more enjoyable!
You can Watch the HD version on YouTube
FileMaker Inc. released version 15 on May 10th. Did you miss the news? If so, then here’s a video which goes through the shortlist of new features.
One of the biggest changes wa
Intro to WordPress Custom Post Types
Welcome to the exciting world of WordPress Custom Post Types! If you have spent any time working with WordPress you know that a basic WordPress site is primarily made up of Pages and Posts. You have probably also noticed that there isn’t a ton of difference between Pages and Posts. Both have similar input fields: a title, some body text, and possibly a featured image. In fact, the main content of a Page or a Post is stored in the very same database table dis
Today’s release of FileMaker Pro 15 brings a welcome performance boost in the form of in-line portal progress indicators, a.k.a threaded portals. Ian Jempson (@ianjempson) was kind enough to provide me with a test file that he built, and today’s demo file is based on Ian’s work, and shared with his permission. The purpose of […]
View the full article
Webinar with Linear Blue CEO Paul de Hallé Wednesday 18th May at 16:30 BST / 08:30 PDT Join Linear Blue CEO Paul de Hallé as he discusses the new FileMaker toolkit for building fully native Apps for iPad & iPhone. Tools required in developing a stand-alone app for iPad & iPhone The Development Process Demonstration of...
View the full article
The release of Version 15 of the FileMaker Platform brings with it a number of new security features, both in FileMaker® Server 15 and in FileMaker® Pro 15. FileMaker® Pro 15 Advanced also has one notable security enhancement.
I have attached to this BLOG post a new White Paper that details and explains a number of these new features as well as offers some recommendations for their effective use. First however, we should take note that in the past several releases that FileMaker, Inc. ha
As software users become more and more familiar with various UX methods, it becomes more and more desirable to emulate those methods within your FileMaker solutions. Common patterns such as tab panels and scrolling lists are a piece of cake and native to FileMaker.
Some of the more recent implementations are simple and super easy, like Popovers for example. However, other implementations can be a bit complex and require those ever necessary bits of deep knowledge about how FileMaker works behin
When your average knowledge worker starts developing with FileMaker Pro, there’s a lot of background and history which may be missing. Especially, when it comes to making certain decisions about schema. We’ve all been at that level at some point in the learning curve, and the process of reworking things is just par for the course.
The FileMaker environment makes it so easy to simply add a new calculated value. It’s even part of our mental processing. “Oh, I need to calculate this.”
The problem
Do you travel a lot for your job and need the best route possible to save time and money? Learn how to connect your FileMaker solution with the Google Maps Directions API for route optimization! Free sample file and video included. https://www.dbservices.com/articles/filemaker-google-route-optimization/
dbservices.com
Building an iOS App from a FileMaker Database
Welcome to Part 3 of the FileMaker iOS App SDK series, in this article I will take you through creating the project directory that will house our app settings and files. In part 1 and 2 we highlighted some considerations that need to be made when developing our solution for iOS, setup our Apple Developer account, added an App ID, created a provisioning profile and setup Xcode ready for developing our App.
Continue Reading...
Over the time I’ve been a developer with Linear Blue I’ve had the opportunity to see a lot of different styles of design. Some good, some bad, some very ugly. The trend in FileMaker Pro interfaces has vastly changed over the years, moving from multicoloured and uncoordinated patchwork layouts to fairly sophisticated and simple layout design....
View the full article
Self-plagiarism alert: to avoid repeatedly referring the reader back to earlier virtual list articles, portions of text from those earlier articles are incorporated here. Welcome to the first installment of a two-part series on producing reports using the virtual list technique, or more properly, collection of techniques. Demo file: VLR-part-1.zip Invented and popularized by Bruce Robertson, virtual lists are […]
View the full article
The FileMaker Platform API’s Are Your Friends, Right?
The FileMaker Platform supports integration with a variety of Application Programming Interfaces (API’s), and it has done so for a very long time. These API’s allow FileMaker Platform developers to integrate their solutions with other technologies and applications. This is an incredibly useful capability; indeed, from both technological and business-process standpoints, it is essential.
Many FileMaker developers are not aware, howev