Search Results
31 functions found:
| 1. | context.getAsJson |
| Fabrice Nordmann, 1-more-thing | |
| Returns a JSON object representing the found set | |
| 2. | EnclosingObjects (_objectName ) |
| Fabrice Nordmann, 1-more-thing | |
| not recursive. A list of all enclosing objects of a layout object. | |
| 3. | FastDateInput ( input ; format ) |
| Fabrice Nordmann, 1-more-thing | |
| Allows user to input a date faster | |
| 4. | FilterValuesByTest ( text ; varName ; test ; include_1 ) |
| Fabrice Nordmann, 1-more-thing | |
| Returns a text filtered by a test | |
| 5. | FilterWordsByTest ( text ; varName ; test ; include_1 ; mode ) |
| Fabrice Nordmann, 1-more-thing | |
| Returns a text filtered by a test | |
| 6. | fm.version.major ( _applicationVersion ) |
| Fabrice Nordmann, 1-more-thing | |
| "17.0.4" -> 17 | |
| 7. | fmp.url.scheme ( _applicationVersion ) |
| Fabrice Nordmann, 1-more-thing | |
| returns the appropriate fmp url scheme for the current application | |
| 8. | FM_Name_ID ( _Name_ID ; _TLFSV ; _fileName ; _layoutName ) |
| Fabrice Nordmann, 1-more-thing | |
| Returns FileMaker item Name or ID, given the other | |
| 9. | FormatAsPrice ( input ; separator ; currency ; Leading_1 ) |
| Fabrice Nordmann, 1-more-thing | |
| text formatting | |
| 10. | Get3PixColumnState |
| Fabrice Nordmann, 1-more-thing | |
| returns 1 if the 3 pixel wide column next to the status area is turned on | |
| 11. | GetDates ( text ) |
| Fabrice Nordmann, 1-more-thing | |
| extracts all dates from a text field | |
| 12. | GetItemRank ( item ; ValueList ) |
| Fabrice Nordmann, 1-more-thing | |
| returns the item rank in a list | |
| 13. | GetKeys |
| Fabrice Nordmann, 1-more-thing | |
| returns a list of keys held by user (Shift, Caps Lock, Control, Alt, Command) | |
| 14. | GetStatusAreaWidth |
| Fabrice Nordmann, 1-more-thing | |
| returns the status area width | |
| 15. | isFrontMostTabPanel ( _objectName ) |
| Fabrice Nordmann, 1-more-thing | |
| Returns 1 if _objectName is or contains the frontmost tab panel, else 0 | |
| 16. | isLeapYear ( _year ) |
| Fabrice Nordmann, 1-more-thing | |
| leap year simple test | |
| 17. | Luhn10.isValid ( _number ; _requiredLength ) |
| Fabrice Nordmann, 1-more-thing | |
| Validates Credit Card numbers, SIREN, Canadian Social Security numbers… | |
| 18. | Pad ( _input ; _char ; _length ; _left_or_right ) |
| Fabrice Nordmann, 1-more-thing | |
| Padds a string on a given length, left or right. Not Recursive. | |
| 19. | ParseSearchString ( _string ) |
| Fabrice Nordmann, 1-more-thing | |
| Parses search terms as input in a typical search engine. | |
| 20. | SubstituteManyWithCalculation ( _text ; _list ; _varName ; _expression ) |
| Fabrice Nordmann, 1-more-thing | |
| Substitutes many terms in a text and apply a calculation to them. | |
| 21. | text.after ( _text ; _searchString ; _occurrence ; _include.b ) |
| Fabrice Nordmann, 1-more-thing | |
| extracts text after search string | |
| 22. | text.before ( _text ; _searchString ; _occurrence ; _include.b ) |
| Fabrice Nordmann, 1-more-thing | |
| extracts text before search string | |
| 23. | text.between ( _text ; _searchString1 ; _occurrence1 ; _include1.b ; _searchString2 ; _occurrence2 ; _include2.b ) |
| Fabrice Nordmann, 1-more-thing | |
| extracts text between two search strings | |
| 24. | text.betweenNext ( _text ; _searchString1 ; _occurrence1 ; _include1.b ; _searchString2 ; _occurrence2 ; _include2.b ) |
| Fabrice Nordmann, 1-more-thing | |
| extracts the middle of a text in between delimiters, based on search strings and an occurrence numbers | |
| 25. | TruncateString ( string ; numberOfChars ; Leading_1 ) |
| Fabrice Nordmann, 1-more-thing | |
| truncates a string | |
| 26. | VariablesFromFields ( ) |
| Fabrice Nordmann, 1-more-thing | |
| passes the content of all fields on the layout to named variables | |
| 27. | VariablesFromObjects ( ) |
| Fabrice Nordmann, 1-more-thing | |
| passes the content of all named objects on the layout to named variables | |
| 28. | VariablesLoadFromLog ( varlog ) |
| Fabrice Nordmann, 1-more-thing | |
| load variables that were logged with VariablesLog function, typically in another file | |
| 29. | VariablesLog ( _key ; _repetition ; _value ) |
| Fabrice Nordmann, 1-more-thing | |
| Set a named global variable and logs it in order to pass it to another file | |
| 30. | VariablesResetAll |
| Fabrice Nordmann, 1-more-thing | |
| Clears all variables that are logged with VariablesLog function | |
| 31. | VisiblePortalRows ( objName ; portalName ) |
| Fabrice Nordmann, 1-more-thing | |
| Returns a list of visible row numbers of a portal | |