Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Grids & SQL cursors
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00002374
Message ID:
00002526
Vues:
37
>Speaking of that (DS) that is the one thing I
>still can't get to work using Cursors -- the row
>coloring scheme (in the upper classes). Will hope
>for the best.
>
>Thanks
>Tom
Are you referring to displaying a grid with two alternating colors for the rows? If you are I put the following code in my grid.init:
THIS.SETALL("DynamicBackColor", ;
"IIF(MOD(RECNO(),2)=0,RGB(255,255,255), ;
RGB(130,255,0))","Column")
Michael P. Haake
FoxPro Programmer
"Doing the best I can!"
** Retired Air Force **
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform