Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Grids
Message
 
À
18/09/2000 17:51:43
Steven Dyke
Safran Seats USA
Texas, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Re: Grids
Divers
Thread ID:
00417831
Message ID:
00417934
Vues:
21
Steve,
You can nest your IIF() statements to get several 'layers' of different colors.

HTH
Barbara

>I am tring to use the following code to conditionally change to color of fonts in a grid control
>
>foreexpr = 'IIF(ALLTRIM(customer.region) == "WA",' + ;
> LTRIM(STR(COLOR_BLUE)) + ',' + LTRIM(STR(COLOR_BLACK)) +')'
> THIS.SETALL("DynamicForeColor",foreexpr,"Column")
>This works fine but how would a add a third condition? Thanks.
Barbara Paltiel, Paltiel Inc.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform