PowerBuilder SaveAs issues


SaveAs in PowerBuilder applications

In a PowerBuilder application, if the user saves a file (such as a text file) to a folder other than the PowerBuilder application folder, the relative path of the PowerBuilder application is changed to the specified path. As a result, the images in the PowerBuilder application cannot be retrieved successfully from the correct relative path and displayed in the application.


Nested reports over 5 pages do not display

Nested reports longer than 5-pages cannot be viewed in the DataWindow of the Web application. This is caused by a limitation of PowerBuilder.

Workaround: Enable the server-side PDF printing for the DataWindow. In the Web application, the user can view the DataWindow in PDF format. Refer to the DataWindow printing section in Appeon Features Help for Appeon Xcelerator for instructions on how to enable server PDF printing.


“Expecting 3 retrieval arguments but got 1” or “Nested arguments are incorrectly specified” error when opening a nested report

A nested report runs in a client/server application but cannot be opened on the Web and an error dialog box similar to "Expecting 3 retrieval arguments but got 1" or "Nested arguments are incorrectly specified" appears.

Possible solution: In the PowerBuilder application, open the report and move it one unit to one side and then back to its original position. Redeploy the application using the deployment wizard.


A dropdownDataWindow column is displayed in actual value instead of the display value

If a composite DataWindow contains an editable DropDownDataWindow column, the DropDownDataWindow column may display in its actual value instead of displaying a value due to a PowerBuilder SaveAs bug (CR 367968).

Workaround: Enable server-side PDF printing for the DataWindow. In the Web application, the user can view the DataWindow in PDF format. Refer to the DataWindow printing section in Appeon Features Help for Appeon Xcelerator for instructions on how to enable server PDF printing.