fmp.url.scheme ( _applicationVersion )
returns the appropriate fmp url scheme for the current application
Be the first to rate this function Log in to vote
Fabrice Nordmann - Show more from this author
1-more-thing https://www.1-more-thing.com |
Function definition: (Copy & paste into FileMaker's Edit Custom Function window)
returns the appropriate fmp usrl scheme for the current application
fmp.url.scheme ( "18.0.3" ) -> "fmp18://"
fmp.url.scheme ( "17.0.2" ) -> "fmp://" (specific version numbers supported only as of 18)
if _applicationVersion is empty, uses get ( applicationversion )
requires fm.version.major
Comments
Note: these functions are not guaranteed or supported by BrianDunning.com. Please contact the individual developer with any questions or problems.