Windows Bundle ACF-Plugin 1.7.8.4, DDRparser 1.4.1, ACFcompiler 1.7.8.3

We are finished with the beta period !! This is the official release of all three products on the Windows platform. They all have the same functions and working as their Mac counterparts. All applications and installers are code-signed with our new official code-signing certificate.
- ACF-Plugin – Plugin to compile and run ACF scripts in FileMaker. Also contain the new multilingual concept.
- DDRparser – To parse FileMaker DDR reports in XML format – or SaveAsXML format. Split the output on a searchable folder struncture.
- ACFcompiler – Stand alone compiler to syntax check ACF code outside FileMaker (From SublimeText build command)
The download also contains the FileMaker application DDR-GUI-Tool.fmp12 – An app to simplify selection of files and folder, and set options to build the DDRparser commands.
1.7.8.4
- Just bugfix release. Nothing else changed since 1.7.8.3
1.7.8.3
- Linux version in Alpha
- New functions : Min_(mixed parameter list) and Max_(mixed parameter list). They returns the less or greatest value from the list. It can be discrete variables or constants of any type, and arrays. The return type is determined by the types of your parameters: Int, long or float. Strings is treated as Float, as they can contain float numbers. The parameters does not need to be the same type. The functions also works on TIME, DATE or TIMESTAMP variables or constants (as they contain unix-timestamps).
- BugFix: Functions returning a container, and used the FunctionID to make ACFU_Function_name – when called using the ACFU… it didn’t return the container, while ACF_Run… did. Fixed.
- New Constants:
isLinux,isServer– in additon to theisMac,isWindowsthat we had before. - New System variables:
appVersionreturns the FileMaker application version, or server. AlsoplugginVersionthat returns the version string for the plugin as dot-separated version number. - NOTE: If you are using any of those new functions, variables or constants, it is required that all clients of your database update to this version. Otherwise, functions might fail due to lack of runtime support for the new functions.
- NOTE: Also install the new ACF-Compiler for syntax check from your IDE, as this have the new functions defined.
- Improved server-side functions for
Documents_directory()to retun the path for the documents directory on the server, if executed from server. Also the same fortemporary_directory() - The built-in bootstrap ACF-library has been updated. The
GetFilenameFromPath(path),GetDirectoriesFromPath,GetExtentionFromPathhas been improved to correctly handle all types of paths/plattforms. The functions that involves UI operations has been made server-safe, either returning a default value or empty if used on server. - BugFix: In the function Excel_SetRowHeight – Sometimes thrown an error exception – Allocated space in the row-heigh list using a wrong variable. Errnously reported to invalid or negative row index. Fixed.
