The Fix:
The fix involves adding a registry key to the Windows registry. You can download the reg file directly from us as a text file:
- Click here to download the registry entry as a text file.
- Rename the .txt file to a .reg file, and then double-click the .reg file to run it. This will add the necessary key to your Windows registry.
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\New Windows]
"DetourDialogs"="no"
Interested in learning more?
This issue is caused by an esoteric bug in Internet Explorer 9 involving ActiveX controls and modal dialog boxes. You can read about the bug here. We hope that Microsoft releases a fix to this in the next IE9 release, in which case, adding the above-mentioned registry key won't be necessary. Until then, please use the registry key as a workaround.
Background
The Connect to Local Database feature is based on an ActiveX control. ActiveX technology is Microsoft-specific, and therefore this feature only works in Internet Explorer. It allows a user to connect to a local data source, like an Excel file, Access file, text file, or any ODBC data source (even SQL Server and Oracle), without having to upload the entire data file, and without having to export and import data. It's one of JangoMail's standout features, and one that separates us from our competitors. When we first launched this feature in 2004, Internet Explorer was the dominant browser. As the years went on, and Safari, Firefox, and Chrome chipped away at IE's market share, the number of users able to use the Connect to Local Database feature shrank. Unfortunately the functionality provided by this ActiveX control is extremely difficult to duplicate in a browser-universal technology like Flash, Java, or Silverlight. For now, we'll continue supporting our IE users taking advantage of this feature, but we hope that in the future, we'll be able to port this feature to a browser-agnostic technology.