You may encounter the following known issues in this release. We are working diligently to resolve them in the coming releases.
PowerBuilder
PowerBuilder 2025 Build 3559 has the following known issues.
New Compiler/Solution
-
If the SQL string in dynamic syntax contains continuation character (&), it will fail to be executed. For example:
Execute Immediate "drop table & Emp";
-
When PBW is converted to Solution, the Query object is missing.
-
If UI Theme is used in your applications, you need to replace your local theme.json file with the one provided by Beta 4 which is located at C:\Program Files (x86)\Appeon\PowerBuilder 25.0\IDE\theme by default. Alternatively, you can modify your local theme.json file to add the following content marked in red:
"grid-style": { "drawing":true, "head-band": { "drawing_background-color":true, "background-color":"#0078D7", "dwo-text-font":{"color":"#FFFFFF"} }, "cross-style": { "drawing":true, "head-band": { "drawing_background-color":true, "background-color":"#0078D7", "dwo-text-font":{"color":"#FFFFFF"} },