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:
00772574
Vues:
8
Yes, that's what I finally did.

Thanks.

>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform