Hi team, need some help with datawindow tooltips.
I have a few columns in a datawindow object with tooltip property enabled, and tip text is empty.
In the datawindow's tooltip expression, I called a global function, e.g. f_tooltip ("column_name", "data") which checks data for certain values from an array, and then returns a string value.
I am expecting the string to appear in the tooltip, which it did, but this only works in the developer machine.
Does not appear in deployment machine.
Can you help explain why this is the case, and what can be done to fix this. Have I missed anything.
Thanks.
Just a thought but, it sounds like your global function might be returning a NULL value somehow. Nulls are notorious for messing up string operations in various things like message boxes, tool-tips, etc.
Regards ... Chris