Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Field colors in grid
Message
From
13/08/2000 10:20:44
 
 
To
26/07/2000 02:55:28
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00396925
Message ID:
00404375
Views:
18
>>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform