Xbrowser() setting not found

Xbrowser() setting not found

Postby Marc Venken » Wed Aug 30, 2023 10:31 pm

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.;
)
Marc Venken
Using: FWH 23.04 with Harbour
User avatar
Marc Venken
 
Posts: 1343
Joined: Tue Jun 14, 2016 7:51 am
Location: Belgium

Re: Xbrowser() setting not found

Postby nageswaragunupudi » Thu Aug 31, 2023 2:45 am

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
Regards

G. N. Rao.
Hyderabad, India
User avatar
nageswaragunupudi
 
Posts: 10247
Joined: Sun Nov 19, 2006 5:22 am
Location: India


Return to FiveWin for Harbour/xHarbour

Who is online

Users browsing this forum: No registered users and 60 guests