cfCall ( ExpressionCode ; Parameters )
cfCall() must be able to read and execute any type of custom function, simple, recursive or complex | cfCall() is part of the pair of functions fmDynamix and works in pair with #load ()
Average rating: 4.8 (13 votes) Log in to vote
Agnes Barouh - Show more from this author
Tic Tac http://www.tictac.fr/CoinFileMaker/Page.html |
------
cfCall ( $$_xmlSet ; #load ( "name" ) & #load ( "Pierre" ))
------
cfCall ( $$_CustomList ; #load ( 1 ) & #load ( 10 ) & #load ( "GetNthRecord ( Field ; [n] )" ))
------
------
RecField1¶RecField1¶....RecField10¶
Function definition: (Copy & paste into FileMaker's Edit Custom Function window)
cfCall() works with #load()
cfCall() must be able to read and execute any type of custom function, simple, recursive or complex
More explanation here : http://www.tictac.fr/CoinFileMaker/PageFmxEn.html
=> load and look the file "fmx_FmDynamix_Presentation.fmp12"
//-------------
- cfCall() is part of the pair of functions fmDynamix and works in pair with #load ()
- The variables declared by #load() are retrieved and emptied by cfCall()
- cfCall() evaluates a calculation, whose optional parameters are passed through #load ()
- The result of cfCall () is variable
//---------------------------------- Parameter
• ExpressionCode: the code of your custom calculations, encapsulated beforehand by Encapsulate
• Parameters: Optional - Your parameters passed by #load()
• NPV : Optional - to avoid rewriting the cf name - only for non-recursive
Comments
Note: these functions are not guaranteed or supported by BrianDunning.com. Please contact the individual developer with any questions or problems.