Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Setting DynamicBackColor independant of Recno()?
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Setting DynamicBackColor independant of Recno()?
Divers
Thread ID:
00380368
Message ID:
00380368
Vues:
45
Is there a way to set the DynamicBackColor of a grid's rows so that the row colors alternate (green,white,green,white....etc) without relying on the recno() as the grid wizard does? I need to order the table in my grid and when I do this the current setting of IIF(MOD(RECNO(),2)=1,RGB(255,255,255),RGB(192,220,192)) for the DynamicBackColor throws everything off. I get green,green,green,white,white...etc etc etc.

TIA
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform