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
@Chris - Examining and using the name of the current column only works if the tooltip that needs to be displayed is for the current column... however, a tooltip appears in response to the DWObject the mouse hovers over, which may not be the current column object, particularly if the DW contains about 100 columns, as John stated in his original post.
I understood: He wants to use a global function.
"How can I call my global function...."
You can also use my approach for a "Mouse Over" implementation as well.\ using the GetObjectAtPointer()M method ;-)
Regards .. Chris