Color of text in a selector column

Post Reply
Natter
Posts: 524
Joined: Mon May 14, 2007 9:49 am

Color of text in a selector column

Post by Natter »

Hi,

How can I change the color of text in the xBrowse record selector column
User avatar
leandro
Posts: 958
Joined: Wed Oct 26, 2005 2:49 pm
Location: Colombia
Contact:

Re: Color of text in a selector column

Post by leandro »

Una idea

Code: Select all

  oBrwMs:nColorPen       := CLR_HGRAY
  oBrwMs:nColorBox       := CLR_WHITE
 
Saludos
LEANDRO ALFONSO
SISTEMAS LYMA - BASE
Bogotá (Colombia)
[ FWH 19.09 ] [ xHarbour 1.2.3 Intl. (SimpLex) (Build 20190613) ] [ Embarcadero C++ 7.30 for Win32 ]
Natter
Posts: 524
Joined: Mon May 14, 2007 9:49 am

Re: Color of text in a selector column

Post by Natter »

And here nColorPen and nColorBox ? :?
Post Reply