Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
I need some
Message
 
À
28/09/2001 09:44:01
Information générale
Forum:
Visual FoxPro
Catégorie:
Programmation Orientée Object
Titre:
Divers
Thread ID:
00561833
Message ID:
00561913
Vues:
22
>>Hi all !!
>>Anyone can send me some "Simple Examples" using ComboBox in Grid Object ??
>>I don't know how can I use ComboBox in Grid Object.
>>
>>Thank's in advance !!
>
>This piece you can put on the form's Init:
>
With This.Grid1.Column1
>	.AddObject("myCombo", "ComboBox")
>	.CurrentControl = "myCombo"
>	.myCombo.Visible = .t.
>	.myCombo.RowSourceType = 1
>	.myCombo.RowSource = "One, Two, Three"
>EndWith
>You can modify to the appropriate rowsource from here. HTH


You might want to add a
.Sparse = .F.
to that WITH statement if you need that sort of thing.
jfh
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform