Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Grid DynamicBackColor
Message
De
22/01/2008 10:41:14
Jay Johengen
Altamahaw-Ossipee, Caroline du Nord, États-Unis
 
 
À
22/01/2008 09:05:18
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
01283894
Message ID:
01284046
Vues:
16
For me, this is invalid for a DynamicBackColor formula.

I was able to finally resolve this by manipulating my data and using this:
="IIF( .T., RGB(b_red,b_green,b_blue), 0)"
Where, b_red, b_green and b_blue are fields in my cursor. I have no idea why it has to be this way. These Dynamic colors are finicky as hell. Same with the RGBComp() function that Marcia told me about. Got it working, but it wasn't easy.

>Is MyCursor the RecordSource for the grid? If not, you can try to specify it in your IIF() statements.
>
="IIF( .T., MyCursor.Sch_BackColor, 0)"
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform