Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid rows highlighting
Message
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Environment versions
Visual FoxPro:
VFP 9
Miscellaneous
Thread ID:
01032056
Message ID:
01032521
Views:
21
>David,
>
>Then add a column to the cursor. You can scan through it with the filter in place and set the value and use the value to control the highlight color:
>
>
>replace all HighlightRow with .f.
>scan
>   replace HighlightRow with .t. next 2
>   if ( ! eof() )
>      skip
>   endif
>endscan
>
>
>>Thanks for your generous help, which provide me with a lot of insight in how to solve my problem. In my particular case, the cursor has filter on hence it will take a bit more effort in implementing the highlight mechanism.

Hi David,

Thanks for suggesting another technique in highlighting every other 2 rows, seems to me skip 3 works better though...
Previous
Reply
Map
View

Click here to load this message in the networking platform