Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
I need some
Message
From
28/09/2001 09:44:01
 
 
To
28/09/2001 06:16:40
Handi Rusli
PT. Alam Sumbervita
Jakarta, Indonesia
General information
Forum:
Visual FoxPro
Category:
Object Oriented Programming
Title:
Miscellaneous
Thread ID:
00561833
Message ID:
00561888
Views:
25
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform