April 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. Read more By Weihao Ding
March 9, 2022 Blog FileMaker Techniques Code readabilityCode Spacing Improve Code Readability with Spacing 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
February 23, 2022 Blog FileMaker FileMaker Techniques API DocumentationFileMaker integrationWeb integration Basic Authentication in API integration Of all the FileMaker features introduced in the past five years, many feel that being able to specify cURL options for the Insert from URL script step is the most impactful. Why might that be? With this feature, all third-party web services with APIs can be extensions of our FileMaker solutions, which expands what our […] Read more By Weihao Ding
January 27, 2022 Blog FileMaker FileMaker Techniques FilemakerScriptingSingle Pass Loop Single-Pass Loop The single-pass loop technique is inspired by the Try-Catch statement found in many programming languages. In a Try-Catch statement, the developer will put the happy path logic in the Try block Read more By Weihao Ding
August 23, 2021 Blog FileMaker FileMaker Techniques large solutionManage accountsmulti-file solutionmultiple files Managing Accounts in a Multi-file Solution We will use one file as the main file to handle all interactions required to gather the data we need. Then, we will call subscripts in each of the solution files to update their account info from the main file. Read more By Weihao Ding