FileMaker Hosting We're fully equipped to take care of your database hosting, backup and data security needs
FileMaker Consulting Let us recommend the best platform and integrations to fit your needs and advance your business
Community We have a Meetup group and YouTube channel dedicated to sharing our knowledge with the community
Sep 22, 2022 Blog Using FileMaker’s Data Migration Tool What is the FileMaker Data Migration Tool? Why would I want to use it? To put it simply, the FileMaker Data Migration Tool, commonly referred to as the FM DMT, is a command-line tool that allows you to import data from one FileMaker file to another with one command line. Read More By Weihao Ding
Jul 11, 2022 Blog, FileMaker WAN performance Improve WAN in FileMaker Top-2 Tips for Improving WAN in FileMaker Lately, there has been an increased emphasis on WAN performance in FileMaker solutions. The pandemic likely influences this; with more and more people working from home, many FileMaker solutions that used to be accessed strictly from a local area network are now being used over the wide-area network, aka WAN. Read More By Weihao Ding
Jun 3, 2022 Blog, FileMaker FileMaker variablesVariable scope Variable Scope Variable scope is a key concept in Claris FileMaker. This article will explain the differences between the three variable scopes and introduce some common use cases for each. Also, did you know FileMaker secretly introduced a fourth scope type with the introduction of the While () function? Read More By Weihao Ding
Apr 19, 2022 Blog, FileMaker, FileMaker Techniques code commentsCode readability Code Readability: Good Comments vs. Bad Comments This article will show examples of good comments vs. bad comments, and how you can improve your code readability by following a few key principles. In our previous blog posts on code readability, we showed how to enhance code readability by using spacing and meaningful naming without adding comments. Some of you might be wondering, what’s wrong with comments? Accurate, well-placed, informative, and intention-revealing comments are good; however, most comments are not this way. Read More By Weihao Ding
Mar 9, 2022 Blog, FileMaker Techniques Code readabilityCode Spacing Improve Code Readability with Spacing I do code reviews for our developers. When I point out some of their scripts’ poor readability, nine out of ten times, they will react by promising to add some comments to their scripts. But do you really need to use comments to enhance readability? Sometimes a few empty rows will do a great job. Read More By Weihao Ding