

- #BASE ELEMENTS FILEMAKER PLUGIN FOR MAC#
- #BASE ELEMENTS FILEMAKER PLUGIN FULL#
- #BASE ELEMENTS FILEMAKER PLUGIN FREE#
A "plugin" path is the same as the PosixPath for Mac or Linux, and the WinPath for windows operating systems. The best way to convert paths is to use the native FileMaker functions ConvertFromFileMakerPath and ConvertToFileMakerPath. Note the consistency of the type of slash used, vs the difference in \ vs / in Windows/Mac. Windows : file:///C:/Users/John%20Smith/Documents/test.xlsx FileMaker Path Examples Mac : file:///Volumes/Clients/contacts.txt You can then adjust this path to suit whatever location you need, or to get an example of the difference between selecting a file on the desktop and running the Get ( DesktopFolder ) function. This will return an example of the sort of path used by the function. To get an example of the sorts of paths that the plugin uses, use the BE_SelectFile function in the Data Viewer, and choose a file with a known path. Windows : C:\Users\John Smith\Documents\test.xlsx Plugin Paths Examples Mac : /Users/John Smith/Documents/test.xlsx" So if you're mixing and matching FileMaker paths and plugin paths, you will need to convert them between the types in order to use them in other places. These file: prefixes that you get from things like the Get ( FilePath ) function and others, are unique to FileMaker and don't work anywhere else other than FileMaker itself, including not in the BE plugin. On the Mac, they usually start with /Volumes or /Users and on windows will be something like C:\Folder\Path.įileMaker paths often start with file: or filemac: and these WILL NOT work in the plugin. The paths used by the plugin are Operating System paths. Please note :įileMaker paths and plugin paths are not the same thing. Either way, many developers find this plugin indispensable, and will want it in their tool chest.Lots of the BE plugin functions use paths in the parameters or in values they return.
#BASE ELEMENTS FILEMAKER PLUGIN FULL#
On the product info page, however, there is a demo registration form with the following message:įill in the form below to receive a registration code that will allow you to use BaseElements unlocked and completely full-featured for 30 days.Īt the end of the 30 day period, you will either need to remove the BaseElements software from your computer or purchase a full licence.
#BASE ELEMENTS FILEMAKER PLUGIN FREE#
Whether or not the plugin is truly free is unclear. Sponsorship gives you access to technical support, new releases, code samples and lets you help decide on future functionality. The next day announces beta version 3.1, which includes, among other improvements, SMTP email sending functionality, with support for HTML emails and multiple attachments.īoth versions are free, but Goya is seeking financial support by asking developers to sponsor further development with a payment of $199 for a single developer or $399 for a company. This also adds some new, but hidden functionality, that will be finalised in a future release ( the soon to arrive 3.1 version ) BE_Xero_SetTokens – to allow the use of the Xero API from within FileMaker.BE_HMAC – encoding format often used in Web Services authentication.BE_FTP_Upload – self explanatory I hope.BE_ExportFieldContents – allowing you to do exports from containers on FMS.This versions brings some new functionality :

We’ve released another version of our free FileMaker plugin, this time to 3.0. There is a full change log within the source code, and as modifications to functionality are made, these are documented against the function list when each major release is completed… Downloadįull versions of the latest final release ( currently 3.0.0 ) can always be found at the following links : The BaseElements plugin is a free and open source plugin, available to everyone to extend the built in functions of FileMaker Pro.
