Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Making a class from a gridcolumn
Message
 
 
À
24/03/2005 10:53:25
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
00998861
Message ID:
00998871
Vues:
13
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--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform