Components All New MacOS Windows Linux iOS
Examples Mac & Win Server Client Guides Statistic FMM Blog Deprecated Old

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