Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
I need some
Message
 
 
To
28/09/2001 09:44:01
General information
Forum:
Visual FoxPro
Category:
Object Oriented Programming
Title:
Miscellaneous
Thread ID:
00561833
Message ID:
00561913
Views:
21
>>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform