Dodeca Version 8.4.6
August 4, 2025 - Build 28
This version of the Dodeca Framework uses the .NET Framework, version 4.7.2 and higher on the desktop. The components used in this version of Dodeca are SpreadsheetGear 2023 (9.3.48.102), NetAdvantage 2021, Volume 2 (21.2.46), Aspose.Cells 24.10.0, Aspose.Slides 24.10.0, Syncfusion Essential Studio 25.1.39, GdPicture.NET 14.1.0.121, and Xceed Zip 3.6.7363.15420.
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 8, 11, 17, and 21. The Dodeca-Essbase connector (for all Essbase versions) is supported and tested on Java 8, 11, 17 and 21.
This release notes for this version contain the following items:
EPM Cloud Connections
-
Fixed Issue: When connecting to EPM Cloud using an OAuth
AuthenticationMode
, under some circumstances, an error similar to the following could occur: Unable to login and connect to the database. Cannot invoke "com.appliedolap.dodeca.retroess.soap.EncodedString.getValue()" because the return value of "com.appliedolap.dodeca.retroess.soap.EssConnection.getUsername() is null". #4088
Selectors
-
Fixed Issue: The open-selector button on a selector would not appear when the selector’s text box had no value. #4093
-
Fixed Issue: A selector that uses an Essbase connection that references an EPM Cloud connection could fail to initialize properly if the EPM Cloud connection had not been established prior to opening an application view. This could result in an error such as: Unable to login and connect to the database. Object reference not set to an instance of an object. #4078
SpreadsheetGear
-
Fixed Issue:
SUBTOTAL
function calculates a columns total incorrectly when applying a filter to remove blanks. #4083
Workbook Script Debugger
-
Fixed Issue: Stepping over a
SetActiveSheet`
method in the Workbook Script Debugger causes the Open and Save View as Excel buttons to become disabled. #4095
Workbook Scripting Methods
-
Removed the following arguments from the
Button
,CheckBox
,DropDown
,Label
,ListBox
,ScrollBar
, andSpinner
overloads of theSetControl
method as they are not supported by SpreadsheetGear and attempting to set a value for the argument would result in an error. #4094-
BorderColor
-
BorderColorIndex
-
BorderTransparency
-
BorderVisible
-
BorderWeight **FillBackColor
-
FillBackColorIndex
-
FillForeColor
-
FillForeColorIndex
-
FillTransparency
-
FillVisible
-
-
Fixed Issue: The Date overload for the PromptForInput method does not honor the DefaultValue argument. #4089
-
Fixed Issue: Using SetControl method where specifying the BorderVisible argument as either True or False would result in an error. #4094