Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How can i change grid cells back&fore color on the grid
Message
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00709460
Message ID:
00709524
Vues:
19
>Thanks for the reply Sergey,
>i know this ,
>mytable.cccode,mytbale.ggcode,mytable.sscode contains "C","G","S" records i wantto
>this cells show in colors
>
>tia

If you have only 3 different values and want to show in three different colors depending on the value, you can put

this.colcCcode.DynamicForeColor=iif(MyTable.ccCode='C',255,iif(myTable.ccCode='G',0,255*255))'
If it's not broken, fix it until it is.


My Blog
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform