![Image](https://i.postimg.cc/wvwnynKC/jj.png)
as you can see when the procedure shows the xbrowse table, it shows a colored box first line first column, even if I have focused in the get control, how should I remove this thing?
Code: Select all | Expand
oBrw:bLostFocus := { || oBrw:nMarqueeStyle := 0 }
oBrw:bGotFocus := { || oBrw:nMarqueeStyle := 2 }