Title: Multiple selection in Combo box Post by: Adrian L. on July 25, 2017, 10:49:23 pm 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 Title: Re: Multiple selection in Combo box Post by: Reuben B. on July 27, 2017, 06:00:02 am 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 |