Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Strange behaviour when subclassing grid
Message
 
To
27/03/2003 15:19:49
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00770945
Message ID:
00771901
Views:
11
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform