Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Making a class from a gridcolumn
Message
 
 
To
24/03/2005 10:53:25
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
00998861
Message ID:
00998871
Views:
14
This message has been marked as the solution to the initial question of the thread.
>Hi all,
>
>I've just installed vfp8 sp1 and i saw that it's now possible to subclass a page from a pageframe and this is great. I didn't find the samething for a gridcolumn.
>
>Can't this be done or is this an option for a newer version ?
>
It can be done in code only. For example,
DEFINE CLASS SortColumn as Column
Name = "Column"
HeaderClass = "SortHeader"
HeaderClassLibrary = "GridHeaderClass.prg"

ENDDEFINE
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform