Search Results
22 functions found:
| 1. | BetweenOpenCloseTag ( Txt ; OpenTag ; CloseTag ; n ) | 
| Agnes Barouh, Tic Tac | |
| to extract between 2 tags even if the tag is repeated and nested - not recursive | |
| 2. | cfCall ( ExpressionCode ; Parameters ) | 
| Agnes Barouh, Tic Tac | |
| 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 () | |
| 3. | CombineLists ( Start; End; ListFieldsObjects; Separator; Function ) | 
| Agnes Barouh, Tic Tac | |
| concatenate n FieldsLists or ObjectsList | |
| 4. | CustomList ( Start ; End ; Function ) | 
| Agnes Barouh, Tic Tac | |
| Update for FileMakerServer. Update for FileMakerGo. Update, new version - customized lists - not recursive - Unlimited | |
| 5. | CustomListOLDVersion ( Start; End; Function) | 
| Agnes Barouh, Tic Tac | |
| [old version] Custom Lists - For all native functions with a number | |
| 6. | CustomList_BottomUp ( Start ; End ; Function ) | 
| Agnes Barouh, Tic Tac | |
| customized lists - Reverse list - Not recursive | |
| 7. | Exclude ( TextToFilter; FilterText ) | 
| Agnes Barouh, Tic Tac | |
| Exclude the characters to be filtered | |
| 8. | ExcludeValues(MyList ; Out) | 
| Agnes Barouh, Tic Tac | |
| to exclude values from a list | |
| 9. | ExtractingEmails ( TheText ; Separator ) | 
| Agnes Barouh, Tic Tac | |
| Extract address eMail, what there is before and after the @ with the predefined separators. ( No to verify address ) | |
| 10. | FieldAndContentList ( TypeField ; AddFieldList ; Contain ; NotContain ; TagField ; TagValue ; EmptyValue ) | 
| Agnes Barouh, Tic Tac | |
| returns field names and contents of all the field are on a layout (repeatingField and related records included) | |
| 11. | FilterList ( ListA ; Attribute ; ListB ; CaseSensitive ) | 
| Agnes Barouh, Tic Tac | |
| to compare and filter values, lists with different attribute : Equals - NotEquals - Contains - NotContains - BeginsWith - NotBeginsWith - NotEndsWith - EndsWith | |
| 12. | FrontTabsPanelsList ( Layout ) | 
| Agnes Barouh, Tic Tac | |
| Returns a list of front and visible Tabs panels on a layout. | |
| 13. | GlobalList ( KeepTable ; ExcludeTable ; KeepGlobal ; ExcludeGlobal ; Attribute ; Option ; View ) | 
| Agnes Barouh, Tic Tac | |
| Have a list or content of globalFields for the whole or part of a file. | |
| 14. | GroupRelationInfo ( FileTarget ; TableTarget ; Result ) | 
| Agnes Barouh, Tic Tac | |
| To retrieve a list of occurrences or fields only for a group of links. | |
| 15. | LastButtonClic ( Self_NameObjectBar ; Button_BarButton ) | 
| Agnes Barouh, Tic Tac | |
| Set variable $$LastButtonClic with the last button clic ( See FileExample ) | |
| 16. | load ( Parameter ) | 
| Agnes Barouh, Tic Tac | |
| #load() is part of the fmDynamix function pair and works in bi-nome with cfCall() | |
| 17. | NumberFormat ( Number ; DecimalPrecision ; ThousandSeparator ) | 
| Agnes Barouh, Tic Tac | |
| to format numbers with decimal and thousand separator (option) | |
| 18. | RandomList ( ListToRandom ) | 
| Agnes Barouh, Tic Tac | |
| To mix a list (random result) (Shuffle) | |
| 19. | SortList ( ValueList ; Sort ; Type ) | 
| Agnes Barouh, Tic Tac | |
| To sort a list, | |
| 20. | SwitchList ( ListA ; ListB ; CaseSensitive ) | 
| Agnes Barouh, Tic Tac | |
| To add or remove several values in a list | |
| 21. | UniqueList ( ListA ; CaseSensitive ) | 
| Agnes Barouh, Tic Tac | |
| Unique data in a list | |
| 22. | WhereAreObjects ( Layout ) | 
| Agnes Barouh, Tic Tac | |
| Returns the list of layout objects with name, type, source and position ( left and top ) | |