> 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 is a DB Lookup Combo Box, displaying an
alpha-sorted list of one column but returning an
integer key value to the column.  So, I need to add
both the alpha-sorted display value to the list box,
as  well as the integer key value, then select the
value in the list box and make that current in the
underlying column.
--
Larry

Reply via email to