Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Strange behaviour when subclassing grid
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
00770945
Message ID:
00771901
Vues:
10
Hi Juan,

Is it possible to use Init Event to set Column's property? In this case all subclasses of this grid will set this property correctly.
For example:

PROCEDURE Init
THIS.Column1.BackColor=YourColor
ENDPROC

Also you can set this property for all columns:

PROCEDURE Init
LOCAL loColumn
FOR EACH loColumn in THIS.Columns
loColumn.BackColor=YourColor
ENDFOR
ENDPROC
Vladimir Trukhin
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform