Topic: combo box filter

Hello Mvd!

How to to set filter in the combo box via properties? Please give sample.


Thanks!

Re: combo box filter

It's like WHERE conditions in SQL, example

tablename.booleanfield = 1
Dmitry.

Re: combo box filter

Thanks MVD!

Re: combo box filter

Hello MVD family,
Please, how do I sort a comboBox by

ORDER id DESC

without hard coding.
Thank you

5 (edited by derek 2019-09-04 16:38:36)

Re: combo box filter

Hi,
See the attached screenshot.  Set the combobox 'filter' property as shown and also make sure that the 'sort' property is 'false', otherwise this will override the 'filter' property.
But I'm not sure if this is what you mean by 'without hard coding'.
Derek.

Post's attachments

Attachment icon screenshot1.jpg 160.68 kb, 149 downloads since 2019-09-04 

Re: combo box filter

Thank you very much Derek.
It works perfectly