> > for the value of the text at that ItemIndex..
>
> I think I'll just let the user choose the new value
> from the drop down until there's direct support for
> setting the item value for the combo box.

If your goal is to have the New Item ADDED to the ComboBox appear in the edit
portion of the combobox in the selected state, do this:

Property <ComponentID> LISTITEMSADD .vNewItemToAdd

--Then whatever variable the ComboBox Selection is assigned to

Set Var vComboBoxSelected = .vNewItemToAdd
Recalc Variables
Property <ComponentID> SET_FOCUS 'TRUE'

This will bubble the value added to the ComboBox to the Editbox and have it
SELECTED.  If you just want it Bubbled to the top and NOT SELECTED, then Omit
the SET_FOCUS.





> Larry
>

Reply via email to