Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

A login is required to participate in the forum. Don't be shy - create your account today!

Image RemovedImage Added

Announcing the SmartFramework ERD Designer

...

SCL-2564 Fixed 15580 error when closing the MessageFormHelper:AskQuestion dialog when launched with a parent form set

Description:

We have fixed a potential issue that might have occurred when closing a MessageFormHelper:AskQuestion dialog when used with the parent form parameter.
The error raised was the infamous 15580 error.
Calling method: OnFormClosing .NET is attempting to call a method in an ABL object that inherits from .NET. The object is either a form that has already been disposed or another object that has been explicitly deleted from the ABL (15580)

Improvement

SCL-2563 Additional overrides of the generic FetchDataByKeyTable CreateRecord method that accepts arguments

Description:

We have implemented variants of the CreateRecord method that access 1, 2 or 3 parameter values. Those values can be used to set the field values of the key table records.

New Feature

SCL-2561 GUI for .NET Rendering of MetaCustomControl intances

Description:

We have implemented a GUI for .NET rendering engine for static custom control instances based on the MetaCustomControl repository class.

SCL-2562 QueryExpression and JsonSerializable/PrimitiveHolder instances created from there now use SerializeNullValues

Description:

All serializable instances created from the QueryExpression class now use the SerializeNullValues set to TRUE.



defaultHandler=OpenEdge.Web.CompatibilityHandler   

...