Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Highlight PART of a Row ?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows 2008 Server
Database:
Visual FoxPro
Application:
Desktop
Divers
Thread ID:
01437047
Message ID:
01437057
Vues:
40
>>Hi Tommy,
>>
>>I would suggest to take a look at GridHighlighter class in Downloads section here for this purpose.
>
>Ok, thanks!

Based on your other reply, can you simply use DynamicBackColor/ForeColor for the columns you want highlighted for the current record?

E.g. grid's Init

this.Column1.DynamicBackColor = "iif(recno() = this.nCurRecord, rgb(...), rgb(...))"

and maintain nCurRecord property for the grid in AfterRowColChange method.
If it's not broken, fix it until it is.


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

Click here to load this message in the networking platform