Hi guys,
We have an inputscreen with about 100 inputfields.
My goal is to have a database driven tooltip functionality.
I can create a global function that has inputarguments for example : the column name and the language of the user
How can i call my global function for each column name please without having to manually enter each datawindow column name in the Tooltip expression please ? I want to use a generic solution.
TIA
John
For example ...
String ls_mod = ls_colName
ls_mod += " .Tooltip.Title='" + "Default>"
ls_mod += "~tIF ( " + "<Columnname>" + "expression" + "," + "Tile A," + "Title B" )
<DW Control Name>.Modify ("<Columnname>.Tooltip.Title=' + ls_mod + "'")