How to Add Items to a Combo Box with RowSourceType of Value
Article ID: 138654
Article Last Modified on 2/11/2000
APPLIES TO
- Microsoft Visual FoxPro 3.0 Standard Edition
This article was previously published under Q138654
SUMMARY
ComboBoxes with a RowSourceType of Value are used quite frequently for
lists that have a defined number of choices. However, there are times when
you may want to add what the user types into the combo box to the list.
This can be done programmatically by using the RowSource Property.
Additional query words: VFoxWin
Keywords: KB138654