Is there an easy way of hiding the columns in a combo box that was created without the ideablade control binding manager?
I.e TypedTable, SQLwhereclause, force SQL distinct etc.
Currently what I am doing is running through all of the columns and hiding all of them except the ones I need to see. It's a lot of typing that I was hoping there is a ideablade defined property that can be used to know if the column is the data column or if it is something else.
Thanks