I have to solve a problem using and old version of xbrowse (2015)
Is it possible to modify this code in order to activate tooltip only if the cell has focus?
Code: Select all
oCol:bToolTip := { || If( oBrw:nArrayAt <= Len( aIncident[ 1 ] ), aIncident[ 1 , oBrw:nArrayAt ], "" ) }
Another solution accetped since there is an active timer (2/3 seconds), automatically select the cell where the mouse pointer is located
Many thanks
Marco