Search Results
11 functions found:
| 1. | errorMessage ( errorNumber ) |
| Josh Ormond, Iozax, LLC | |
| Provide full text of the error message returned from FileMaker's Get ( LastError ) function. | |
| 2. | fileNameDefault ( theFileName ; fileExt ) |
| Josh Ormond, Iozax, LLC | |
| Return the full path, including file name with a formatted date. Helper function for fileNameFormat ( ) | |
| 3. | fileNameFormat ( _path ; _fileName ; _date ; _fileExt ; _theDatePosition ) |
| Josh Ormond, Iozax, LLC | |
| Return the full path, including file name with a formatted date. | |
| 4. | filterLogData ( ultraLogField ; fieldName ) |
| Josh Ormond, Iozax, LLC | |
| Return rows from the UltraLog LogData field for changes to a specific field. | |
| 5. | getError |
| Josh Ormond, Iozax, LLC | |
| Retrieves the result of Get ( LastError ) and sets 2 additional variables to help with debugging. | |
| 6. | getWindowCenter ( height ; width ) |
| Josh Ormond, Iozax, LLC | |
| Get the top and left coordinates to center a window on the screen. | |
| 7. | getWindowCenter_Left ( width ) |
| Josh Ormond, Iozax, LLC | |
| Return the left coordinates to center a window, as a number. | |
| 8. | getWindowCenter_Top ( height ) |
| Josh Ormond, Iozax, LLC | |
| Return the top coordinates to center a window, as a number. | |
| 9. | IsFilled ( field ) |
| Josh Ormond, Iozax, LLC | |
| The opposite of IsEmpty. | |
| 10. | MonthEnd ( StartDate ; Months ) |
| Josh Ormond, Iozax, LLC | |
| Returns the date of the last day of the month the specified number of months from the StartDate | |
| 11. | positionValue ( string ; searchString ; start ; occurrence ) |
| Josh Ormond, Iozax, LLC | |
| Return the value's position in a list, including a partial match. | |