Page 1 of 1

Xbrowser() setting not found

PostPosted: Wed Aug 30, 2023 10:31 pm
by Marc Venken
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.;
)

Re: Xbrowser() setting not found

PostPosted: Thu Aug 31, 2023 2:45 am
by nageswaragunupudi
Code: Select all  Expand view
oBrw:lToolbar := .f.,; // not ok


There is no such setting in XBrowse.
XBrowser uses bottonbar and we did not provide an option to hide the buttonbar.
You may need to write your own function or modify the xbrowser.prg