Multiple selection in Combo box

Started by Adrian L., July 25, 2017, 10:49:23 PM

Previous topic - Next topic

Adrian L.

Dear All,


   Does anyone know how to do multiple selection in Combo box. What I am looking into is to have a dropdown box style when click, allow multiple selection of items.

   Thanks



Cheers
Adrian

Reuben B.

Adrian,

If using the Genero Browser Client, when you use a COMBOBOX in a CONSTRUCT it will allow you to make multiple selections, and this will pass back to the where clause as value1|value2|value3 etc.

Otherwise typical method to do what you want is to use a BUTTONEDIT in conjunction with a zoom/query/lookup window that either has a DISPLAY ARRAY with multi row selection enabled, or to use an INPUT ARRAY with a CHECKBOX in the first column.

Reuben
Product Consultant (Asia Pacific)
Developer Relations Manager (Worldwide)
Author of https://4js.com/ask-reuben
Contributor to https://github.com/FourjsGenero