By Daniel Wood, 4 November 2022
By Daniel Wood, 26 May 2022
By Daniel Wood, 3 May 2022
By Daniel Wood, 14 April 2022
How many times do users let you know of a bug in their solution and yet are unable to provide any detail about what they were doing at the time? What layout were they on? What was the found count? Were any plugins installed? What record were they on?
These are very common questions the developer may ask and yet not receive a good answer to. To remedy this we have built a nifty debugging script that can provide the developer with these answers. In this article we'll go over in detail what is captured in the debugging report and ways you can best integrate it into your solutions.
Read more →By Daniel Wood, 31 March 2022
In this article we talk about circular references and how these can occur between two auto-enter calculation fields. We talk about what happens in this situation and what we might expect a desirable outcome to be. We then provide a solution to this problem by showing how circular referencing can be overcome using control flag variables to dictate the order of execution of these auto enter calculations.
Read more →By Daniel Wood, 22 March 2022
In this article we look at a simple way to implement an instant messaging chat display in FileMaker using basic HTML and CSS (No Javascript required!)
Read more →By Daniel Wood, 11 March 2022
A cool javascript based color picker widget for Claris FileMaker Pro and WebDirect solutions
Read more →By Daniel Wood, 23 December 2021
A technique to commit records held up by pesky users who leave a record locked for too long...
Read more →By Daniel Wood, 16 December 2021
Here we present a simple and reusable FileMaker script that is capable of performing any existing script server-side using the Perform Script on Server step. A single line of code at the top of any script is enough to run that script server-side.
Read more →