3 Replies - 1023 Views - Last Post: 22 June 2012 - 03:21 AM Rate Topic: -----

#1 frankwright1  Icon User is offline

  • D.I.C Head

Reputation: 0
  • View blog
  • Posts: 74
  • Joined: 07-May 12

Mulitple selection combobox

Posted 18 June 2012 - 01:14 PM

Hi - Ive looked for a how to on this, but no luck so Im hoping someone can point me in the right direction.


Basically, I need a combobox populated by data in a table column that I have created.

The user will need to be able to pick more than one option.

For example:

Pizza Topping
+ onion
+ olive
+ sweetcorn
+ chilli
+ extra tomato.

Any help much appreciated
Thanks
Frank

Is This A Good Question/Topic? 0
  • +

Replies To: Mulitple selection combobox

#2 DarenR  Icon User is offline

  • D.I.C Lover

Reputation: 200
  • View blog
  • Posts: 1,532
  • Joined: 12-January 10

Re: Mulitple selection combobox

Posted 18 June 2012 - 01:25 PM

why not create a loop that will check for multiple selections?
Was This Post Helpful? 0
  • +
  • -

#3 GodOfCode  Icon User is offline

  • New D.I.C Head

Reputation: 0
  • View blog
  • Posts: 4
  • Joined: 15-June 12

Re: Mulitple selection combobox

Posted 19 June 2012 - 03:04 AM

Hi frankwright1,

For the combobox’ properties, it can only deal with the current item selected, for the reason that it only shows one single line data. If you are looking to select multiple data, you may use a ListBox instead.

Regards
Was This Post Helpful? 0
  • +
  • -

#4 Luc001  Icon User is offline

  • D.I.C Addict

Reputation: 78
  • View blog
  • Posts: 590
  • Joined: 04-May 09

Re: Mulitple selection combobox

Posted 22 June 2012 - 03:21 AM

View Postfrankwright1, on 18 June 2012 - 10:14 PM, said:

Hi - Ive looked for a how to on this, but no luck so Im hoping someone can point me in the right direction.


Basically, I need a combobox populated by data in a table column that I have created.

The user will need to be able to pick more than one option.

For example:

Pizza Topping
+ onion
+ olive
+ sweetcorn
+ chilli
+ extra tomato.

Any help much appreciated
Thanks
Frank


Hi,

I should think of a CheckedListBox for that. Look here for more information.
Was This Post Helpful? 0
  • +
  • -

Page 1 of 1