Topic: how to change the serch result table background colour?

if anyone know, how to set  specified colours in search result tables?...pls reply me

Re: how to change the serch result table background colour?

You can do it using by script


Form1.GridSearch.Color := $00DDEEFF;

or

Form1.GridSearch.Color := clGreen;

colors

 clBlack 
 clMaroon 
 clGreen
 clOlive 
 clNavy 
 clPurple
 clTeal
 clGray 
 clSilver
 clRed 
 clLime 
 clYellow 
 clBlue 
 clFuchsia 
 clAqua 
 clWhite 
Dmitry.

Re: how to change the serch result table background colour?

first thnks for ur reply......
sir i hav anothr dbt...i make a simple db aplctn.. check box also used there.. it is possible,  checkbox is yes the table grid particular colum will green colur  & and checkbox is false particular crspnding coloum will red colour...?   (in the search table grid)

Re: how to change the serch result table background colour?

majuten

Please, download beta version 1.44
https://www.dropbox.com/s/2phoggh5kfu88 … 4.zip?dl=0


for component TableGrid added event OnChange for it.


Please, download example project.

Post's attachments

Attachment icon Color Grid.zip 4.62 kb, 724 downloads since 2014-08-26 

Dmitry.

Re: how to change the serch result table background colour?

thnx............. for spenting  ur valuble time for me.... u r greattttttttttt

Re: how to change the serch result table background colour?

sir, what are the difrnc btween 1.43 and 1.44 beta verson..? 
i am trying beta version. it have any prblms for cmrcl use?

Re: how to change the serch result table background colour?

majuten
In 1.44 added event "OnChange" for TableGrid. No any limits for commercial use.

Dmitry.