Search Results
8 functions found:
| 1. | Calendar ( date_field ; option ; iteration ; x_start_on_monday ; x_highlight_weekends ; holiday_list ) |
| Drew Wesley, Drewsol | |
| c. 2009-2014 Drewsol. This CF consolidates a simple calendar display and selection tool complete with limitless iterations, highlights, holidays, and tooltips. | |
| 2. | CalendarLite ( date_field ; option ; iteration ; x_start_on_monday ; x_highlight_weekends ; holiday_list ) |
| Drew Wesley, Drewsol | |
| Same as Calendar (minus documentation and integrated holiday list). | |
| 3. | FMP7ProtocolRegFix |
| Drew Wesley, Drewsol | |
| This CF returns the text contents of the Windows registry file needed to re-associate the FMP7 protocol with the user's installed FileMaker Pro application. For instructions: http://www.drewsol.com/fmtips/fmtip_fmp7_registry_fix.php | |
| 4. | fnAddressParser ( address ; type ) |
| Drew Wesley, Drewsol | |
| This CF parses address parts, allowing developers to create calculation fields for single address fields for display and sorting. | |
| 5. | fnGetExcelColumnName ( rep ) |
| Drew Wesley, Drewsol | |
| Converts numbers to related Excel column names (ie. 1 = A, 2 = B, 27 = AA, 28 = AB...) | |
| 6. | fnNameParser ( name ; type ) |
| Drew Wesley, Drewsol | |
| c. 2012 Drewsol. This CF parses specified name parts (first, last, middle) from a single name field for the flexibility of sorting and/or display. fnNameStraight now handles Spanish names, and some middle-eastern names. | |
| 7. | fnNumberFormat ( number ; decimals ; dec_point ; thousands_sep ) |
| Drew Wesley, Drewsol | |
| This CF simply emulates PHP's number_format() function using identical parameters (http://us2.php.net/number_format). | |
| 8. | fnPHPExecute ( php_code ; php_filepath_local ) |
| Drew Wesley, Drewsol | |
| Execute PHP code locally. Simple but powerful. | |