HomeAppeon for PowerBuilderAppeon for PowerBuilder Online Help
Description
The FromUnicode function is unsupported.
Workaround
Replace the FromUnicode function with String function.
Example
The original code:
FromUnicode(blob)
The modified code:
String(blob)
Search Highlighter (On/Off)