Version 2.2.1 dated 28 August 2025
Improvements
In the previous version, we improved the identification of field types and the result types returned by formulas, bringing greater clarity and understanding to script usage.
With this new version, our goal is to make it easier and faster for developers to navigate through scripts and tables.
Until now, tracing the origin of a calculation chain often required opening multiple scripts and forms. The larger the database, the longer these dependency chains become, sometimes making it necessary to review every formula in the chain to fully understand the final result.
We considered it essential to reduce the time spent on this investigation, so you can stay focused on what matters most: the logic of your scripts.
We hope these improvements will make your work smoother and more productive.
The red button displays and preselects the fields in its form
Click to button to display field and preselect it on form Click to button to edit the script
The field path allows you to open the field editor, formula editor, and other intermediate windows
Adjusting the width of drop-down lists for tables and fields containing the longest item names.
In Field inspector, ths list width was same as combo box and fields name are truncate. Know, the width of list is adapted to the maximum width of fields name.
Added a ‘See more’ button to load results in pages of 100 items
In the code finder, some searches can generate numerous lines of results, which takes a long time to display the list of results. We have therefore introduced pagination with 100 results per page. A button allows you to display the next 100 results.
The sub-elements of dependency lists are generated when the user clicks on the arrow to display them. This reduces the time it takes to display search results.
To limit the time required to build the list of fields, sub-elements are only built when they are displayed. Each sub-element containing more than 100 lines is paginated:
Bug fixes
The Fx logo does not display correctly for global functions
The list of fields will not be displayed if any of the field names (caption) are empty.
Thanks to Fabio to notify this bug.
The origin of bug is field without name :
In this case, the list of fields is not displayed:
Code highlighting does not work when the inspected field contains a formula
In some cases, the onUpdate functions of a ‘Show only if’ trigger prevent the data in the current record from being modified.
Thanks to Ralf to advise this bug
The function, which displays badges on the button, is unstable and prevents data from being updated or keeps the spinner active indefinitely.