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.
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
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
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
Part 2: What Should You Consider When Selecting a Development Partner? What Questions Might You Ask a Potential Developer?
Hiring a developer is about creating a working relationship. You want someone who gets your business and gets you. Having a good working relationship often determines the success or failure of a development project. Hire someone you are comfortable with who also has the skills necessary to make your project successful. Beyond the quality of the working relationsh
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
Building layouts in FileMaker can involve adding a number of various elements such as fields, buttons, portals, tab controls, and graphics such as jpg and png images. It is the use of images on layouts that this article is all about.
Read the Full Article Here…
This is a simple technique that I use all the time and find works very reliably. It involves having a script create a new window into which the script executes it's necessary steps, before closing it when done.
Read the Full Article Here…
FMForums members may now create and publish their own blogs.
Click Here To Start
Already have an established blog on another service - you link to the blog service here to get more traffic.
Enjoy
Source: Do you got the gift of Gab?
Lynda.com has always been one of my favorite places to check out software and get some quality online training and tutorials. They just posted a new video course for FileMaker’s latest release of it’s flagship product FileMaker Pro. Cris Ippolite does a great job explaining...
...Read Full Article Here
If you have never been warned about the dangers of working on schema and structure changes on a LIVE FileMaker database…here is a really good example for why you should NOT be doing such craziness. While I considered writing something up, Chad does a great job showing us the issues involved in the video. Kudos Chad.
...Read Full Article Here
Here is a list of items to keep in mind when using Global Calculations. It was originally written by Ray Cologon back in 2007/2008 (and reposted around different blogs and forums)…but I believe most of it still applies to how it works today in the current versions of FileMaker. I’ll repost with an update if I find out otherwise.
...Read Full Article Here
Here is an article that I thought anyone using ODBC would want to take note of. Take special note of the lack of back-ward/for-ward compatibility between the different driver versions. Also, mind you, I haven’t tested everything in this article. I just wanted to pass the info along.
This is from a blog post over at SkeletonKey.com.
...Read Full Article Here
Being that many of the contributors on the forums that I frequent are Mac-centric, I thought I would share a simple way to create folders on a Windows machine. I will give you the code, and then break down what it does, so you can tweak it to fit your needs.
Script Step: Send Event
Text: cmd /c md C:\FolderName
Action: Creates folder(s)
...Read Full Article Here