Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Problem with custom column class
Message
 
 
À
10/12/2003 08:19:04
Larry Long
ProgRes (Programming Resources)
Georgie, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
00857586
Message ID:
00857591
Vues:
23
Larry,
Where do the docs state that? That would be totally incorrect.

The MemberClass/MemberCLassLibrary properties of the Grid specify the Column class to use. The HeaderClass/HeaderClassLibrary properties of the Column class specify what header to instantiate in the Column container.

HTH.

>I am having trouble instantiating a non-visual custom column class. The docs say to use the HeaderClass (and not the grid's MemberClass) property for custom columns but does show an example. (I don't understand why you wouldn't use the grid's Memberclass, since the only child members in a grid are columns) Can someone pls show me an example?
>
>This is what I have so far...
>
>DEFINE CLASS kr_Column AS COLUMN
> PROCEDURE INIT
> DODEFAULT()
> THIS.ADDOBJECT('kr_Text','kr_TextBox')
> THIS.CURRENTCONTROL='kr_text'
> ENDPROC
>ENDDEFINE
>
>DEFINE CLASS kr_TextBox AS TEXTBOX
> CURRENT=.F.
>ENDDEFINE
>
>TIA,
>Larry Long
Larry Miller
MCSD
LWMiller3@verizon.net

Accumulate learning by study, understand what you learn by questioning. -- Mingjiao
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform