PlanetSquires Forums

Support Forums => Other Software and Code => Topic started by: Shawn Anderson on June 13, 2016, 08:16:59 PM

Title: can I select multiple using a comboBox?
Post by: Shawn Anderson on June 13, 2016, 08:16:59 PM
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
Title: Re: can I select multiple using a comboBox?
Post by: Paul Squires on June 13, 2016, 08:37:53 PM
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.
Title: Re: can I select multiple using a comboBox?
Post by: Shawn Anderson on June 15, 2016, 04:14:30 PM
thanks