Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Grid
Message
De
23/01/2002 09:47:16
 
 
À
23/01/2002 09:27:36
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Re: Grid
Divers
Thread ID:
00608937
Message ID:
00608961
Vues:
10
>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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform