![Image](https://i.postimg.cc/05WW94Dp/L.png)
I not see the vertical right border and I not understood how show it
I made
@ 105,5 XBROWSE oBrwBox OF ::oBarRight SIZE ::oBarRight:nWidth-20,279;
PIXEL NOBORDER;
COLS 1,2,3,4,5,6;
HEADERS "Ruota", "E1", "E2", "E3", "E4", "E5" ;
SIZES 80,30,30,30,30,30 ;
ARRAY adata FONT oFontx
WITH OBJECT oBrw
:lDrawBorder := .t.
:nClrBorder := CLR_RED
....
end