Hi All
When a window with a cell type xbrowse loses focus the color of the cell is black and the
data in the cell cant be read - is this controlled by windows or can it be changed.
oLbx2 := TXBrowse():New(oDlg)
oLbx2:nMarqueeStyle := MARQSTYLE_HIGHLCELL
oLbx2:nColDividerStyle := LINESTYLE_BLACK
oLbx2:nRowDividerStyle := LINESTYLE_BLACK
oLbx2:lColDividerComplete := TRUE
//oLbx:lFastEdit := TRUE
oLbx2:nDatalines := 1
//oLbx:bChange := {|| MsgInfo('move') }
oLbx2:oDbf := oPrjTemp
oLbx2:lHScroll := FALSE
oLbx2:nStretchCol := STRETCHCOL_LAST
Cheers
Colin