Topics   All   MacOS (Only)   Windows (Only)   Linux (Only, Not)   iOS (Only, Not)  
Components   Crossplatform Mac & Win   Server   Client   Old   Deprecated   Guides   Examples   Videos
New in version: 12.2   12.3   12.4   12.5   13.0   13.1   13.2   13.3   13.4   13.5    Statistic    FMM    Blog  

FM.QueryCustomFunctionsList

Queries custom functions list.

Component Version macOS Windows Linux Server iOS SDK
FM 12.1 ✅ Yes ❌ No ❌ No ❌ No ❌ No
MBS( "FM.QueryCustomFunctionsList" )

Parameters

none

Result

Returns OK or error.

Description

Queries custom functions list.
You can run this at the end of a script.
Then when no script runs, our plugin can trigger menu command for the custom function dialog. A few milliseconds later we read the list of custom functions. Then the plugin closes the dialog.
Use FM.CustomFunctionsList to later read the list.

This function requires that the current user has permissions to open the custom function dialog and a menu entry to do so.

Examples

Query custom function list:

// schedule script to read results in a second
Set Variable [ $r ; Value: MBS( "FM.RunScriptLater"; 1; Get(FileName); "show result") ]
// now start query
Set Variable [ $r ; Value: MBS("FM.QueryCustomFunctionsList") ]

See also

Release notes

Blog Entries

This function checks for a license.

Created 30th January 2022, last changed 30th January 2022


FM.QueryBaseTableNames - FM.QueryFieldsForBaseTableName

💬 Ask a question or report a problem