Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Add textbox to column classes
Message
From
25/09/2003 08:57:33
Metin Emre
Ozcom Bilgisayar Ltd.
Istanbul, Turkey
 
 
To
25/09/2003 08:17:03
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00832116
Message ID:
00832194
Views:
35
I found a solution by your help. I put it into my grid class and it works :) :

FOR EACH col IN this.Columns
IF col.CurrentControl="Text1"
col.AddObject("mytextbox","_mytextbox")
col.CurrentControl="mytextbox"
col.myTextBox.Visible = .t.
col.Sparse = .F.
ENDIF
NEXT

But I coulnd't understand yet why I couldn't that in column class...
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform