Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Problem with custom column class
Message
De
10/12/2003 08:19:04
Larry Long
ProgRes (Programming Resources)
Georgie, États-Unis
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Titre:
Problem with custom column class
Divers
Thread ID:
00857586
Message ID:
00857586
Vues:
61
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
L.A.Long
ProgRes
lalong1@charter.net
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform