FMP7ProtocolRegFix
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
Average rating: 4.1 (36 votes) Log in to vote
Drew Wesley - Show more from this author
Drewsol https://www.drewsol.com |
[HKEY_CLASSES_ROOT\FMP7]
@="URL:FMP7 Protocol"
"URL Protocol"=""
[HKEY_CLASSES_ROOT\FMP7\shell\open\command]
@="C:\\Program Files\\FileMaker\\FileMaker Pro 9\\FileMaker Pro.exe %1"
Function definition: (Copy & paste into FileMaker's Edit Custom Function window)
Occasionally, a FileMaker Pro user complains that the url shortcut to his/her database doesn't work.
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
Comments
Note: these functions are not guaranteed or supported by BrianDunning.com. Please contact the individual developer with any questions or problems.