Topic: populating a combobox

I have a table of names that populate a combo box on my form and it was working fine - when I need to remove a item from the combobox, I had a form to delete it.  But that causes problems for reports that needed to be able to show the old value so I added a field to the table of names to deactivate the name so could be set to not show but still be able to print in reports of history.

Now I need to be able to filter the combox contents on whether the item is  'active' or not
the active field is a boolean value or 1 or 0

I think this would be a valuable feature to add to your program,   if not, I will see if I can figure out how to do it with sql

Re: populating a combobox

I added new property of ComboBox, Filter, where you can write condition, example: active=1
Please, download latest beta version 1.44
https://www.dropbox.com/s/2phoggh5kfu88 … 4.zip?dl=0


Also you can use TableGrid instead ComboBox, in settings of TableGrid there is an option "3. Filter"

Dmitry.