CheckForInstalledPlugIn ( PlugInName )
Checks if a PlugIn has been installed and is available
Be the first to rate this function Log in to vote
Detlef Beyer - Show more from this author |
Function definition: (Copy & paste into FileMaker's Edit Custom Function window)
Returns empty if the plugin has not been installed or a string with the version and state of the plugin
use like $isThere = CheckForInstalledPlugIn ( "Name of the plugin" )
If [ RightWords ( $isThere ; 1 ) = "Disabled" ] // then ask the user to enable it
Else If [ IsEmpty ( $isThere ) ] // then install your copy of the plugin
Comments
Note: these functions are not guaranteed or supported by BrianDunning.com. Please contact the individual developer with any questions or problems.