Skip to content

Releases: steveAllen0112/FileMakerAddon-DateRangePrompt

Fixed INTERFACE script

18 Feb 19:00

Choose a tag to compare

The interface script was pointing at itself, causing an infinite loop. Also, it didn't have Set Error Capture enabled, so it was throwing the undesirable native error before throwing any desired dialogs.

Namespaced Custom Functions (with passthrough if available)

10 Feb 04:52

Choose a tag to compare

I updated all three Custom Functions to be namespaced to the Addon. This is because if you uninstall the addon, it takes the Custom Functions with it, and I don't want there to be any confusion about that.

I put plenty of comments in each one about how to create an extra-modular version of the CF, which will not "go away" when the addon is removed. Additionally, these are designed to pass through to any existing Custom Function matching the non-namespaced function signature.

v1.2.1

09 Feb 07:06

Choose a tag to compare

Latest Readme. No functional change.

v1.2.0 First Public Release

09 Feb 06:39

Choose a tag to compare

For Release, v1.2.0