Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Dynamic Grid Record Color Changes
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00691065
Message ID:
00691075
Vues:
13
Sorry Patrick, this is the correct command:
ThisForm.yourGrid.SetAll("DynamicBackColor", "IIF(SomeCondition,RGB(255,0,0),0)", "Column" )
Jaime


>Patrick
>Sure you can. Something like this might help:
>ThisForm.yourGrid.DynamicBackColor = ;
>"IIF( SomeCondition, RGB(255,0,0), 0 )"
>This will set the BackColor to red for those records that meet SomeCondition. Also, you can play with the DynamicForeColor property the same way.
>
>HTH
>Jaime
>
>>Is it possible to dynamically change the text colors of a single record in a Grid? (I'd like to display a single or group of records in red while the remaining records remain black)
>>
>>Thanks
Why do programs stop working correctly as soon as you leave the Fox?
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform