Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid
Message
From
23/01/2002 09:47:16
 
 
To
23/01/2002 09:27:36
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Re: Grid
Miscellaneous
Thread ID:
00608937
Message ID:
00608961
Views:
11
>Hi,All!
>J have a Grid with many column and J want to define differents colors
>dependent on some parameter:
>
>Thisform.Grid.SetAll("DynamicBackColor", ;
>"IIF( parameter= 0, ;
> RGB(255,255,255) , RGB(0,255,0) )").
>
>But besides that J want to leave to some column old its color(...Column1.BackColor)
>
>May J do that?
>Thanks!

You yave several options. One way would not to use the setall method, but to declare each column's backcolor as you need it.
Previous
Reply
Map
View

Click here to load this message in the networking platform