Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Programmatically add combo to grid
Message
 
To
08/02/2008 10:01:38
James Blackburn
Qualty Design Systems, Inc.
Kuna, Idaho, United States
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
01290797
Message ID:
01290804
Views:
12
Thanks James, that did the trick.

>I do it all the time. Check out the sparse property.
>
>sparse=.f.
>
>>Has anyone successfully/reliably added a combo to a grid at run-time.
>>The following code works but I don't see the combo, can anyone help?
>>WITH .Column5
>> .RemoveObject("Text1")
>> .AddObject("cboModelId","searchgrd_cbosrch")
>> .CurrentControl = "cboModelId"
>> .ControlSource = "tmpSiteEquipment.fkmodid"
>> .cboModelId.BoundColumn = 3
>> .cboModelId.BoundTo = .T.
>> .cboModelId.ColumnCount = 3
>> .cboModelId.ColumnWidths = "300,300,0"
>> .cboModelId.RowSourceType = 6 && Field
>> .cboModelId.RowSource = "salmodel.modelnumber,descr,pkmodid"
>> .cboModelId.Visible = .T.
>>ENDWITH
>>TIA
>>Trevor
Previous
Reply
Map
View

Click here to load this message in the networking platform