Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
About grid.
Message
De
03/07/2001 03:19:40
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
About grid.
Divers
Thread ID:
00526159
Message ID:
00526159
Vues:
41
hi,
i have a grid in which the backcolor of the row is alternative,i.e first row is black and second row will be of some other color. the command is,

THISform.grid1.SetAll("dynamicbackcolor", ;
"IIF(round(recno()/2,0) = recno()/2, RGB(0,0,0), RGB(232,232,232))", "Column")

but if'll change the order of the grid, my rows backcolor gets shuffel because of recno(). But can i avoid this even though due to order the recno changes.

thanku.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform