We have pointed our desktop shortcuts to a vbs script that plugs the following values into the registry each time the user launches his/her map:sPath = "SOFTWARE\ESRI\ArcReader10.0\Controls\ControlToolsInquiry\Find"lCK = objRegistry.CreateKey(HKEY_CURRENT_USER,sPath)lRC = objRegistry.SetStringValue(HKEY_CURRENT_USER, sPath, "CurrentTab", "Locations")sPath = "SOFTWARE\ESRI\ArcReader10.0\Controls\ControlToolsInquiry\Find\Addresses"lCK = objRegistry.CreateKey(HKEY_CURRENT_USER,sPath)lRC = objRegistry.SetStringValue(HKEY_CURRENT_USER, sPath, "Locator", "ADDRESS_Locator")sPath = "SOFTWARE\ESRI\ArcReader10.0\Controls\ControlToolsInquiry\Find\Addresses\Engine"lCK = objRegistry.CreateKey(HKEY_CURRENT_USER,sPath)lRC = objRegistry.SetStringValue(HKEY_CURRENT_USER, sPath, "Pathtodatabase\geodatabase.gdb\ADDRESS_Locator")
I know this has been a year and a half ago but did you ever find a solution to this? I am looking at doing the same thing.
サインインしたメンバーは投稿、更新のフォローなどができます。初めてですか?無料アカウントを登録してください。
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.