Release Notes 2016-02-19

Version Information

OpenEdge ReleaseVersion Information
10.2BRelease 10.2B #36557@2016-02-19
11.xRelease 11.3 #36557@2016-02-19

Release Notes

Following the release of OpenEdge 11.6 we have completed our testing of the SmartComponent Library on this release of Progress and are proud to announce formal support for the SmartComponent Library on OpenEdge 11.6 with the 2015-10-23 release of the SmartComponent Library. Generally we recommend customers on OpenEdge 11 to upgrade to OpenEdge 11.6 quickly.

Starting the 2015-10-09 release the Business Entity Designer will feature a start page with links to most recent release note articles on this site.

With SCL-751 we have adopted native Enums for OpenEdge 11.6. To activate this feature customers must add a definition to products.i. SCL-751 provides details for this.

With SCL-1113 we have modified the templates for SmartWindowForms and SmartTabFolderPages generated from the Business Entity Designer. We have removed the initialization of the viewer controls SmartTableIOState property (value was set to "NoDataSource" within the InitializeComponent method). Customers using their own set of templates should adopt the same fix to their templates.

Breaking Issues

Issue SCL-1167 documents a regression issues introduced with OpenEdge 11.6 causing a potential issue with InvokeMethod or InvokeTask style calls. See Issue with DYNAMIC-INVOKE function in OpenEdge 11.6 causes potential issue with InvokeMethod or InvokeTask style calls for details.

Update: With Release 11.3 #36358@2016-01-18 we have been able to introduce a workaround to the broken DYNAMIC-INVOKE function based on ABL reflection.

New Feature Documentation

Download Link

http://esd.consultingwerkcloud.com/

https://github.com/consultingwerk/SmartComponentLibrary

Bug

  • [SCL-1202] - Invalid query string created by Database Authentication for login company independent SmartUser lookup
  • [SCL-1203] - Product Module Lookup in Menu Function Maintenance misbehaving
  • [SCL-1205] - SmartViewerControl - CreateRecord: Fields disabled when SaveMode = TRUE and canceling the creation of a record by Data Adapters BeforeCreateRecord event handler
  • [SCL-1207] - Error in class name UnableToRefreshCurrentRowExcepiton
  • [SCL-1208] - Casing issues
  • [SCL-1210] - Extract Class Annotations skips two Business Entities of customer without error message
  • [SCL-1211] - Business Entity Generator gives confusing error message when index field is not available in Table
  • [SCL-1212] - ClassAnnotationGenerator.cls throws System.NullReferenceException when ant.bat cannot be found
  • [SCL-1216] - BusinessEntityDesigner: The code editor inserts the validation methods as PROTECTED but they need to be PUBLIC to be executed
  • [SCL-1219] - Issue with PASOE multi-session agent and QUIT statement

New Feature

  • [SCL-427] - Add Context Dataset viewer to SessionInfoForm
  • [SCL-1215] - Add QuerySort attribute to SmartComboEditor

Improvement

  • [SCL-1213] - Add .businessentitydesignersettings.xml entry for ant.bat
  • [SCL-1214] - Add method to StyleLibraryHelper that returns if the current StyleLibrary contains the given StyleSet
  • [SCL-1218] - Access to ListTableIOControl in SmartToolbarController and SmartPanelController should be PUBLIC