Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Help with grid cell color
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00366320
Message ID:
00366574
Vues:
15
Ok, here's the solution to a colored cell in a grid based on a color value in a field. Putting the field reference in DynamicBackColor doesn't work (i.e., "mytable.ccolor") however if you put in a conditional statement
="iif( empty( mytable.ccolor ), rgb( 0, 0, 0), mytable.ccolor )"
it works. Don't know why, but it works.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform