Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Field colors in grid
Message
De
13/08/2000 10:20:44
 
 
À
26/07/2000 02:55:28
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00396925
Message ID:
00404375
Vues:
19
>>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


Thanks,

Sorry for the delay, have been away for some time (vacation)
I've tried it, but could not get it to work, are there some other settings needed?

Marc
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform