Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Grid Fore Color
Message
De
04/10/1997 09:17:06
 
 
À
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:
00053252
Vues:
72
>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

Works like a charm. I attempted the above but I did not realize that the IFF command had to be within quotes. Thanks! Appreciate the quick response.

Gary
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform