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