Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Grid quest
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Divers
Thread ID:
00495397
Message ID:
00495423
Vues:
12
>Another quest, to get fancy, I implemented the following:
thisform.grid1.SetAll("DynamicBackColor", ;
"IIF(MOD(RECNO( ), 2)=0, RGB(255,255,255) ;
, RGB(0,255,0))", "grid1") && Alternate white and green records

What you need is:
thisform.grid1.SetAll("DynamicBackColor", ;
  "IIF(MOD(RECNO( ), 2)=0, RGB(255,255,255),;
  RGB(0,255,0))", "<b>column</b>") && Alternate white and green records
--Brad
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform