Dodeca Version 7.1.2

July 25, 2016 - Build 5546


This version of the Dodeca Framework uses the .NET Framework, version 2.0, Service Pack 1 and higher on the desktop. The components used in this version of Dodeca are SpreadsheetGear 2012 (7.4.7.104), NetAdvantage 2011, Volume 1 (11.1.20111.2042), Aspose.Cells 8.8.0.0, Syncfusion Essential Studio 11.3035.0.30, and GdPicture.NET 11.0.6.

This version of Dodeca has two server-side services that run inside a Java Application Server. The Dodeca service is supported and tested on Java 1.6. The Dodeca-Essbase service for all Essbase versions prior to, and including, Essbase 11.1.1.3 are supported and tested on Java 1.5. The Dodeca-Essbase service for all Essbase versions 11.1.1.4 and higher are supported and tested on Java 1.6. Both services are known to run on Java 1.7, although extensive testing has not been performed on that Java version.

This release contains the following changes:

WebBrowser View

  • SuppressScriptErrors – A new property which controls the suppression of script errors that occur when a page is loaded into the view. Setting the InternetExplorerEmulationMode property to InstalledVersion or LatestVersion suppresses many script errors that occur as a result of using the IE6 rendering engine, but legitimate javascript errors continue to bubble up. Setting SuppressScriptErrors to True prevents these errors from being displayed, which is consistent with modern web browser behavior. By default, the property is True. #1507

Essbase Views

  • Fixed Issue: In cases where an Essbase member name appears to be numeric (or somewhat numeric, such as 123E2000), but cannot actually be converted to a number, Essbase does not return the member name in a retrieve operation, but instead repeats the member name from the cell directly above the pseudo-numeric value. #1528