Search Results
8 functions found:
1. | Calendar ( date_field ; option ; iteration ; x_start_on_monday ; x_highlight_weekends ; holiday_list ) |
Average rating: 4.0 | |
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 ) |
Average rating: 4.1 | |
Drew Wesley, Drewsol | |
Same as Calendar (minus documentation and integrated holiday list). | |
3. | FMP7ProtocolRegFix |
Average rating: 4.1 | |
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 ) |
Average rating: 4.4 | |
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 ) |
Average rating: 4.5 | |
Drew Wesley, Drewsol | |
Converts numbers to related Excel column names (ie. 1 = A, 2 = B, 27 = AA, 28 = AB...) | |
6. | fnNameParser ( name ; type ) |
Average rating: 4.0 | |
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 ) |
Average rating: 3.9 | |
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 ) |
Average rating: 5.0 | |
Drew Wesley, Drewsol | |
Execute PHP code locally. Simple but powerful. | |