In the old browse ( in a edit cell ) to have the value of the GET I used
oBrw:bKeyDown = { | nKey |msgvalue(oBrw)}
Function MsgValue(oBrw)
Val := Eval(oBrw:aColumns[1]:bData)
msginfo(val)
What I can use th have the same value in xBrowse bKeyDown ?
Regards Maurizio