Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Subclass column from the VFP base class
Message
 
To
19/09/2003 10:39:10
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00830662
Message ID:
00830688
Views:
22
>Hi
>Is there a way to subclass the column object from the base class using the designer.
>File - New - class - mycolumn based on column object
>Same question for the header.
>We are able to create page for pageframe, option button for option group but not column and header.
>Thanks
>Michel

No you can't, you have to do it in code, i.e:

DEFINE CLASS gcolumn AS Column
name="gcolumn"
ADD OBJECT header1 AS gheader WITH ;
Caption = "Header1", ;
Name = "gheader"
ENDDEFINE

DEFINE CLASS gheader AS Header
ENDDEFINE


HTH

Franco
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform