Hello Everyone
Before opening a support ticket, I would like to check if you have some advices for my deployment issue:
When I use conditional expressions with user define functions to highlight information in a DataWindow object, for example, to change the text color of a column:
IF ((db_server <> f_gv_string("gv_mydbserver")), RGB(0, 0, 255), RGB(0, 0, 0))
it works in PowerBuilder develop environment, but not in real deployment environment with PowerBuilder 2019 runtime files. The runtime files are collected by the standard PowerBuilder 2019 Runtime Packager.
Thanks
Si CHEN