Learn about known issues and apply workarounds for the .NET language enhancements in PowerBuilder.
CR# | Description |
---|---|
620924 |
Deleting parameterized constructor does not remove inherited constructor in child object.
If you extend a parameterized constructor by adding code to it in a child object, then delete the parameterized constructor in the parent object, the child object source code still contains a hidden system-generated script that calls the deleted parent constructor. This leads to a compile failure. |