Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Strange behaviour when subclassing grid
Message
From
01/04/2003 13:35:38
 
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00770945
Message ID:
00772574
Views:
7
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
Previous
Reply
Map
View

Click here to load this message in the networking platform