Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Add textbox to column classes
Message
From
26/09/2003 11:03:30
 
 
To
25/09/2003 04:15:33
Metin Emre
Ozcom Bilgisayar Ltd.
Istanbul, Turkey
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00832116
Message ID:
00832701
Views:
20
Hi Metin,

I haven't done this but if I were going to, I would start by trying this:
DEFINE CLASS colBase as Column

PROCEDURE Init
	This.RemoveObject("Text1")
	This.AddObject("txtName","MyTextbox")
ENDPROC 

ENDDEFINE
pamela

>You know column classes can be added only by write .prg. I want to add my own textbox as default input for my column class. How can I do?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform