Show TOC

Known Issues for PowerBuilder ClassicLocate this document in the navigation structure

Learn about known issues and apply workarounds for PowerBuilder Classic features.

Table 1: PowerBuilder Classic Issues
CR# Description
758374 Longptr type variable displays incorrectly after setting format in the original String function.

In PowerBuilder Classic 12.6, you cannot define the format for a Longptr type variable in the same line where you declare the variable.

Workaround: Declare the variable first, and then assign the value in a separate line. For example:
longptr ll_ptr
ll_ptr = 9223372036854775807
longptr ll_ptr2
ll_ptr2 = 9223372036854775808
750449 Cannot save as PDF using distiller in Windows 2012.

On Windows Server 2012, a correct installation of Ghostscript and the printer driver cannot save the content in the PDF. The PDF is blank from both 32-bit and 64-bit native applications.

732530 Error with using Dockable Windows on Windows XP machines

If you use a dockable window and then close PowerBuilder Classic IDE on a Windows XP machine, you might see a memory error.

716703 RichText DataWindow scrollbar behaves oddly in 64-bit applications

The HighEdit interaction between the vertical and horizontal scrollbars causes some issues in the display.