Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Grid rows highlighting
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Versions des environnements
Visual FoxPro:
VFP 9
Divers
Thread ID:
01032056
Message ID:
01032521
Vues:
19
>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...
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform