Re: Automatically starting with a table on the server? -
06-16-2005
, 07:36 AM
Ahh,
Thats right, its broken with FM7.
You'll need to modify the registry for it to work. Here are the keys..
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\FMP7]
@="URL:FMP7 Protocol"
"URL Protocol"=""
[HKEY_CLASSES_ROOT\FMP7\shell]
[HKEY_CLASSES_ROOT\FMP7\shell\open]
[HKEY_CLASSES_ROOT\FMP7\shell\open\command]
@="C:\\Program Files\\FileMaker\\FileMaker Developer 7\\FileMaker
Developer.exe %1"
Enter that into notepad, and save as fm7.reg. Then double click on the
file. After that, the url should work as i said.
HTH,
Andy |