All News
Web Inspector for FileMaker Pro’s web viewers

If like many developers you use webviewers to interact with your FileMaker solutions, you may have noticed that it is not so easy to debug the content of a webviewer, whether for HTML / CSS rendering or the execution of your JavaScript code.
Tips and Tricks #1

Let’s remind 2 tips that are as old as the world in FileMaker, but that we still use every day:
Sort an external table on one or more fields of other occurrences
Let's take a simple example, your database has 3 tables, schools, classes and students. At the relational level, students belong to a school and a class, and classes belong to a school. Which gives us the following relationships graph:
Update FileMaker.PerformScript and FileMaker.PerformScriptWithOption

FileMaker Pro version 19.0 marks the arrival of a very special feature, the FileMaker.PerformScript(script, parameter) function;
This function is not a FileMaker Pro calculation function, it is actually a JavaScript function, it allows you to call your solution’s scripts directly from your Web Viewers! This function is the logical continuation of the script call via the fmp:// protocol.
Lockdown and e-commerce

E-commerce has never been so successful with lockdown. People have more time and consume differently. In the same time, for many companies it is an opportunity to change their way of acting and to propose new services. Purchases flow in and administrative work is increased.