Release Notes 2016-02-08

Version Information

OpenEdge ReleaseVersion Information
10.2BRelease 10.2B #36491@2016-02-08
11.xRelease 11.3 #36491@2016-02-08

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-1080] - SmartObjectTypeForm: Destructor not called on closing Form

 

New Feature

 

  • [SCL-1197] - LogManager Custom Logentry Types should be passed as an AppServer Startup Procedure Parameter
  • [SCL-1165] - DatasetModel's should be able to map Integer and Character field to Enums
  • [SCL-1171] - Short-Name support for Business Entities and Business Tasks in ServiceManager
  • [SCL-1199] - Add method to ProparseHelper to return the complete list of events from a Trigger Node
  • [SCL-1200] - Menu Security Maintenance improvements