Learn about known issues and apply workarounds for the migration to PowerBuilder .NET.
CR# | Description |
---|---|
621806 |
Blank area appears in MDI windows after migration.
In PowerBuilder Classic, the toolbar for an MDI or MDIHelp window occupies an otherwise empty space in the client area of the window. In PowerBuilder .NET, the space occupied by the toolbar is not part of the client area, so when you migrate MDI windows, the space previously occupied by the toolbar appears blank. Workaround: After migration, move the controls in MDI windows to cover the client area previously occupied by the toolbar. |
618145 |
Output view lists negative line and column numbers for ToolbarUserControl property.
If the ToolbarUserControl property is set on an Application object in PowerBuilder Classic, and you migrate the application to, and compile it in PowerBuilder .NET, the Output view shows unsupported warnings for this property. However, the locations provided for these warnings use negative line and column numbers. If you double-click the warnings, the Script Editor opens to incorrect locations. |