Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Highlight PART of a Row ?
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows 2008 Server
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01437047
Message ID:
01437057
Views:
41
>>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform