BaseElements-Plugin icon indicating copy to clipboard operation
BaseElements-Plugin copied to clipboard

FileMaker Pro plugin used for BaseElements to provide file, dialog and XSLT functions.

Results 19 BaseElements-Plugin issues
Sort by recently updated
recently updated
newest added

Was just playing with the bbox plugin 0.99 which just added support for [jq](https://stedolan.github.io/jq/). Would love to see the lib included into BE!

This is probably more a support question than an actual issue, but I can't figure out how to use the `BE_ScriptStepInstall` function, and the documentation is not really helpful. As...

If _BE_ListFilesInFolder_ was renamed to _BE_FileListFolder_, the new function is not compatible with _BE_ListFilesInFolder_'s parameters?

_BE_HTTP_Response_Headers_ was renamed to _BE_HTTP_ResponseHeaders_, but this has not been mentioned in page [CHANGE_LOG](https://github.com/GoyaPtyLtd/BaseElements-Plugin/blob/master/CHANGE_LOG)

When a list of file paths (return-delimited multi-line text) is passed as the first parameter to BE_Zip, it returns -1 error and nothing happens. Meanwhile, when a single path is...

Using `BE_HTTP_Post(url, "a=" & GetAsURLencoded("R&D")` will send the payload in one blob with header `Content-Type: application/x-www-form-urlencoded` and the payload as presented in the function call (i.e. preserving the URL encoding....

Hi, Both version from mai or september crash the FMSE engine on FMS FMS 20.3.1.31 on a mac mini m23 ventura 13.3.1 5.0b3 worked but I lost it. Fortunately I...

Hi, I had to go 5.0ß3 to avoid the zombie command line issue that was exhausting all my server ressources. For that it works. But then I notice that queries...

Hi, here's the following code Let ( text="1"&char(9)&"2"&char(9)&"3"&char(9)&"4"&char(9)&"5"&char(9)&"6"&char(9)&"7"&char(9)&"8"&char(9)&"9"&char(9)&"10¶A"&char(9)&"B"&char(9)&"C"&char(9)&"D"&char(9)&"E"&char(9)&"F"&char(9)&"G"&char(9)&"H"&char(9)&"I"&char(9)&"J"; BE_RegularExpression ( text ;"^(?:[^\t]*\t){2}([^\t]+)";"vm") ) it returns 1 2 3 A B C While it only should return 3 C That's because...

We're using version 4.2.6 on two different servers that were recently upgraded to FileMaker Server 2023 (20.1.2) and Ubuntu 22.04.2. Scripts called with Perform Script on Server that were previously...