Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Grid Fore Color
Message
De
04/10/1997 09:43:32
 
 
À
03/10/1997 22:26:43
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Divers
Thread ID:
00053216
Message ID:
00053253
Vues:
39
>Just put in the 8th column's DynamicForeColor property:
>
>iif(yourtest,RGB(255,0,0),RGB(0,255,0))
>
>Of course, you must modify the parameters for the RGB functions in order to have your colors.
>
>If you wanna do it at run time:
>MyGrid.Column8.DynamicForeColor = "iif(yourtest,RGB(255,0,0),RGB(0,255,0))"
>
>Vlad
>
>>I've searched and can not find an answer so here goes:
>>
>>I have a grid with 8 columns, I need to change column 8's fore color based on the value of a variable(Upon initialization). No matter what I try I can't get column 8 to change color based on the variable (which is either true or false). I'm not looking for a setall value, this needs to turn red if the value of the variable for that column is true and black if false. I searched here and found a reference to MS help, I searched there and found nothing that would help...Anyone have any ideas...I'm open! Thanks...
>>

Vlad,

As a follow up, in my grid if I don't have checkbox's within a cell the above works fine, but if I have a checkbox within a column then neither of the two above work...ideas around this? Thanks again.

Gary
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform