Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Grid
Message
De
23/01/2002 10:40:57
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
 
À
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:
00609020
Vues:
14
>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!

To set all but one first setall then unset one. ie:

Thisform.Grid.SetAll("DynamicBackColor", ;
"IIF( parameter= 0, ;
RGB(255,255,255) , RGB(0,255,0) )")
Thisform.Grid.Column1.DynamicBackColor =""

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
Répondre
Fil
Voir

Click here to load this message in the networking platform