Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
I need some
Message
De
28/09/2001 09:44:01
 
 
À
28/09/2001 06:16:40
Handi Rusli
PT. Alam Sumbervita
Jakarta, Indonésie
Information générale
Forum:
Visual FoxPro
Catégorie:
Programmation Orientée Object
Titre:
Divers
Thread ID:
00561833
Message ID:
00561888
Vues:
26
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform