Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Field colors in grid
Message
De
26/07/2000 02:55:28
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
 
À
26/07/2000 02:38:25
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00396925
Message ID:
00396927
Vues:
16
>I know it is asked before, but can anyone tell me how i can change the color of a fields in a grid ?
>
>Ex.:
>
>column 1 column2 column3 column4 column ..
>name Y N N ..
>.... N N Y ..
>.... N N Y ..
>.... Y N N ..
>.... Y Y N ..
>
>..
>
>when in a column the value is 'Y' (true) the color should be green
>when in a column the value is 'N' (false) the color should be red
>
>How?
>Or can you point me where i can find how to do it ?
>
>Marc


*Grid.init
for each oColumn in this.Columns
 if type(oColumn.Controlsource)='L'
	oColumn.DynamicBackcolor = ;
	  'iif('+oColumn.Controlsource+',rgb(0,255,0),rgb(255,0,0))'
 endif
endfor
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform