Bug Fixes

PowerBuilder

The following bugs are fixed in PowerBuilder 2017 R3 (MR 1892):

  • (BugZilla ID: 667, 1013, 1134, 1503, 1684) Unable to specify a retrieval argument for a data pipeline. The Specify Retrieval Argument dialog is empty.

  • (BugZilla ID: 1055) HTTPClient PostDataStart() returns -1 when submitting data via HTTPS protocol.

  • (BugZilla ID: 1233, 1814) Using "for all" and "for page" the same time in the aggregate functions in the DataStore will cause one of the result sets empty.

  • (BugZilla ID: 1401) When saving as an xlsx file without header, the column is not displayed if the length of the column in the DataWindow is "0".

  • (BugZilla ID: 1513) The application will crash when OpenSheetWithParm passes a null value.

  • (BugZilla ID: 1558 partially fixed) Temporary folders and files were not deleted after using SaveNativePDFToBlob. (This bug is partially fixed, because temporary folders were still retained.)

  • (BugZilla ID: 1624) When inputting a carriage return at the end of the text in a RichText edit control, CopyRTF(false) returns an empty string.

  • (BugZilla ID: 1728) The SVN "Connect to Workspace" feature fails with the "The specified directory does not exist" error.

  • (BugZilla ID: 1732, 1878) The default redirected printer on Windows Server 2016 does not work under the remote desktop connection.

  • (BugZilla ID: 1819) After a project is added to SVN/Git, its right-click popup menu has an additional Copy menu, but has no Run menu.

  • (BugZilla ID: N/A) When DataWindow is hidden, some of the compute field shows incorrectly as 0.

  • (BugZilla ID: N/A) The installation package of the Cloud and the Standard editions has no "Server" folder (which contains the SP SQL script files).

  • (BugZilla ID: 1411) IsDate, IsTime, and DateTime functions return the incorrect value when the parameter value contains double-byte characters.

  • (BugZilla ID: 1410) IsNumber function and the number conversion functions return the incorrect value when the parameter value contains double-byte characters.

  • (BugZilla ID: 1185) When working with the Oracle database, if the column name contains special characters and MixedCase=1, then DB Name of the DW field will be changed to compute_###.

  • (BugZilla ID: 1151) When working with the Oracle database, if the computed column name contains special characters, then DB Name of the computed column will be changed to compute_###.

  • (BugZilla ID: 1417) Find and SetFilter functions return the incorrect value when the parameter value contains a mixture of single-byte characters and double-byte characters.

  • (BugZilla ID: 2478) PowerBuilder writes "UTF - 8" encoding to the Git commits which is not necessary.

  • (BugZilla ID: 2486) SelectedText method cuts off data when executed within the TX RichText Control.

PowerServer (PB Edition)

PowerServer (PB Edition) included in this MR has the following bugs fixed:

  • string(date, 'dd mmmm yyyy') returns incorrect month when the system language on an Android phone is set to bahasa indonesia.

  • Popup menu remembers the last state (for example, expanded sub menu) when the menu is assigned to the window on mobile.

  • DataWindow detail band overlaps with the footer band and the header band on Android 8.

  • DataWindow Count('*') returns 1 when RowCount is 0.

  • “String was not recognized as a valid DateTime” error occurs when the sub report has datetime-type retrieval arguments in test mode.

  • DataWindow getclickedrow() function returns incorrect value when executed in the right-click event.

  • When scrolling rows in DataWindow, the text in the next row that can be selected cannot exceed the text length of the previous row.

  • “Failed to decompress files weblibrary.cab!” error occurs when running the Appeon ActiveX update.exe file with full path in command-line mode.

  • The focus rectangle is on the disabled button when opening the window.

  • GetSeriesStyle always returns 0 in Appeon Workspace.

  • CopyRTF() in the new RTE control causes the application to crash.

  • When clicking an icon on toolbar, the icon failed to load if it is in PNG format.

  • When a window runs at the maximized state in the Chrome web browser, and if the window title is assigned with a value containing the carriage return character (~r) or the newline character (~n), the page becomes blank.

  • eon_mobile_nfcex::oe_newtagfound event is triggered repeatedly and improperly.

  • The iPhone Spotlight 3x image is not at the right place in the Xcode project.