Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Add textbox to column classes
Message
De
25/09/2003 08:57:33
Metin Emre
Ozcom Bilgisayar Ltd.
Istanbul, Turquie
 
 
À
25/09/2003 08:17:03
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
00832116
Message ID:
00832194
Vues:
36
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...
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform