I was looking for the setting to deactivate the toolbar in xbrowser()
and to put the position coordinates.
I want to have a xbrowser() as small as possible at a specific location.
use customer
XBROWSER "CUSTOMER" COLUMNS "STATE", "AGE", "MARRIED", "SALARY" SETUP ( ;
oBrw:lHScroll := .f.,;
oBrw:lVScroll := .f.,;
oBrw:lToolbar := .f.,; // not ok
oBrw:lFullGridClr := .t.,;
oBrw:lIncrFilter := .t.,;
oBrw:lSeekWild := .t.,;
oBrw:lTabLikeExcel := .t.,;
oBrw:lColDividerComplete := .t.,;
oBrw:lRecordSelector := .f.,;
oBrw:lDrawBorder := .t.;
)