Posted 15 April 2020, 9:27 am EST
Hi I have a C1Combo, in the designer I’ve added two columns and hidden one of them. The combo is set to additems and in my code I’m adding data by using the following syntax, cboCompany.AddItem(companyName & “;” & companyKey). This works accept that the companyKey column becomes visible yet it is set to not be displayed in the designer.
Am I doing something wrong? Does .addItem overwrite the column design specified in the designer? I’ve used the activeX combo in the past and once you set the design its not overwritten.
Thank you
David