Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Highlighting selected rows in a grid
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
00451570
Message ID:
00451653
Vues:
20
>>>>Hi all
>>>>how can i highlight only selected rows in a grid based on a condition? I picked up a class in the files section that does highlight the current row, but i need to highlight the rows that meet a condition.
>>>>
>>>>Thanks in advance
>>>>Héctor
>>>
>>>Hector, you need to use something like:
>>>
>>>thisform.grid1.SetAll("DynamicbackColor", "IIF(mycondition, RGB(255,0,0), RGB(255,255,255)","Column")
>>>
>>>I will add this functionality to my GridHighligter class.
>>
>>Would be a great addition to your class. And don't forget my request :)
>>
>>Thanks in advance.
>
>Hi Nadya,
>
>See my Message#451603.
>:)

Great, thanks. I like your new photo, BTW :)
If it's not broken, fix it until it is.


My Blog
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform