Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Inserting a column in a grid
Message
De
13/07/2001 08:24:38
 
 
À
10/07/2001 13:55:37
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00528362
Message ID:
00530164
Vues:
25
Hi Trey.

>> Try this: <<

That's an awful lot of code < g >. This, in the grid's init works just fine:
FOR EACH COLUMN IN This.Columns
  IF loColumn % 2 = 0
    loColumn.ForeColor = RGB( 0, 0, 128 )
    loColumn.BackColor = RGB( 0, 255, 255 )
  ENDIF
ENDFOR
Marcia
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform