Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
A control for show legends with colors
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00531062
Message ID:
00531438
Vues:
10
Hi Francisco,
If You use grid you can use DynamicBackColor & DynamicForeColor, something like this:

ThisForm.Grid1.SetAll("dynamicbackcolor", "IIF(EndUser,RGB(0,0,0),RGB(192,192,192))", "Column")
ThisForm.Grid1.SetAll("dynamicforecolor", "IIF(EndUser,RGB(255,255,255),RGB(0,0,0))", "Column")


HTH
Boris.
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform