The following PowerBuilder controls or enhancements which are supported in PowerBuilder 2019 R3 are currently unavailable in PowerServer 2020 MR:
-
UI theme
-
RibbonBar control and WebBrowser control
-
Base32Decode, Base32Encode, Base64UrlDecode, and Base64UrlEncode functions for CoderObject
-
SymmetricGenerateKey function for CrypterObject
-
GetFileCount, GetFileList, and two new Extract overloading functions for ExtractorObject
-
PlaceHolder property for SingleLineEdit control
-
The PBU conversion functions (UnitsToPixels and PixelsToUnits) that support long data type for the first argument
-
The following new or overloading functions in JSONParser for getting/setting an item by path and handling special values such as JsonNaN (invalid number), JsonPositiveInfinity (positive infinity), and JsonNegativeInfinity (negative infinity)
-
GetNumberType, GetItemByPath, ContainsPath, GetItemObjectJSONString, and GetItemArrayJSONString functions
-
The overloading function for handling special values: LoadString, LoadFile, and GetItemNumber
-
The overloading function for getting items by path: GetChildCount, GetChildKey, GetChildItem, GetItemArray, GetItemBlob, GetItemBoolean, GetItemDate, GetItemDateTime, GetItemNumber, GetItemObject, GetItemString, GetItemTime, GetItemType, and ContainsKey.
-
-
The following new or overloading functions in JSONGenerator for getting/setting an item by path and handling special values such as JsonNaN (invalid number), JsonPositiveInfinity (positive infinity), and JsonNegativeInfinity (negative infinity)
-
ImportFile, ImportString, GetItemByPath, GetPathByItem
-
The overloading function for handling special values: AddItemNumber, ImportFile, ImportString, GetJSONString
-
The overloading function for getting items by path: AddItemArray, AddItemBlob, AddItemBoolean, AddItemDate, AddItemDateTime, AddItemNull, AddItemNumber, AddItemObject, AddItemString, and AddItemTime.
-
-
Connection with Microsoft SQL Server database through TLS 1.2