HOWTO: Set the Default Choice in a List Box or Combo Box
Article ID: 140321
Article Last Modified on 7/13/2004
APPLIES TO
- Microsoft Visual FoxPro 3.0 Standard Edition
- Microsoft Visual FoxPro 5.0 Standard Edition
- Microsoft Visual FoxPro 6.0 Professional Edition
This article was previously published under Q140321
SUMMARY
When including a combo box or list box on a form, developers often want to
have default selection as something other than the first item in the list.
To do this, set the Value property to a value contained in the list.
Additional query words: ColumnWidths ListBox ComboBox Selected
Keywords: kbhowto kbdesigner KB140321