Low-Code

Sorting In FileMaker

Column Header Sorting in FileMaker

In a data table, it’s common to click on a column header to sort the data in that column. However, it’s rare to encounter a FileMaker system that does this elegantly; I’d like to present a solution that makes column header sorting in FileMaker more modular, and hopefully you’ll agree that it’s more elegant as well.

Beyond Software

FileMaker Consultants

Our goal is to provide a great ROI on your custom software investment, and we’re here to partner with you on every step of the way, including version upgrades, data migration, developing new features, training new employees and troubleshooting.

Claris Engage Beyond Advisory Committee

Direct Impact Solutions would like to congratulate Kimberly Carlson, the Regional General Manager of our U.S. Subsidiary, for her nomination to serve as the Claris Engage Beyond Advisory Committee Co-chair. Kimberly joins Claris VP of Marketing, Britta Meyer Rock, as the other co-chair of the Claris Engage Beyond Advisory Committee. This committee was created to …

Claris Engage Beyond Advisory Committee Read More »

naming conventions

The Impact of Naming Conventions on Code Readability

Naming Conventions in FileMaker Implementing reliable naming conventions in FileMaker has the potential to save developers both time and frustration. This is the second installation in our blog series on code readability.  According to Wikipedia, a naming convention is “a set of coding rules for choosing software identifiers (names of program elements) in source code and …

The Impact of Naming Conventions on Code Readability Read More »

better webdirect checkboxes

Better WebDirect Checkboxes

FileMaker Checkboxes Here’s a quick guide to creating visually pleasing FileMaker checkboxes and radio buttons in a format that translates to WebDirect (and even includes emojis)! Accessing FileMaker solutions via WebDirect is convenient, but has unfortunate limitations, especially when it comes to design. A common frustration among developers is that the formatting of checkboxes in …

Better WebDirect Checkboxes Read More »

How to debug JavaScript in FileMaker

How to Debug JavaScript in FileMaker

It’s easy to debug and experiment with JavaScript code in a web browser, yet difficult to debug JavaScript in FileMaker. Here’s a workaround. JavaScript Utilizing JavaScript in your FileMaker solution can open up an array of new possibilities for design and functionality. With a little bit (or a lot!) of HTML, CSS, and JavaScript, you …

How to Debug JavaScript in FileMaker Read More »