Hello,
is it possible, to change the color of a focused memofield in xBrowse ?
seems not to work with MEMOFIELDS .
:bClrSelFocus = { || { 0, 16512957 } }
:bClrSel = { || { 16777215, 255 } }

Best Regards
Uwe
is it possible, to change the color of a focused memofield in xBrowse ?
seems not to work with MEMOFIELDS .
:bClrSelFocus = { || { 0, 16512957 } }
:bClrSel = { || { 16777215, 255 } }

// 2
oCol  := oBrw1:oCol( "Info1" )
oCol:nWidth    := 155
oCol:nEditType   := EDIT_BUTTON
oCol:bEditBlock  := { | r, c, o | EDITNOTES( r, c, o, STYLE1->Info1 ) }
oCol:bOnPostEdit  := { | o, cVal | If ( cVal != nil, ( DBSELECTAREA("STYLE1"), ;
                    NET_RLOCK( 5, 5 ), ;
                      STYLE1->Info1 := cVal, ;
                    NET_ULOCK(), oBrw1:Refresh() ), NIL) }Best Regards
Uwe
Since 1995 ( the first release of FW 1.9 )
i work with FW.
If you have any questions about special functions, maybe i can help.
i work with FW.
If you have any questions about special functions, maybe i can help.