I'm using a standard ComboBox with FF V3.70 and PB10.
Is it possible to select multiple items using a ComboBox?
Otherwise I'll probably need to switch to a Listbox.
thanks
Only one item can be selected in a combo box as far as I know. I think you might have to switch to a Listbox like you've suggested.
thanks