ComboBoxControl refill data

serifelsenserifelsen Unknown
edited 6:18PM in FastReport .NET
Hello

I am changing query by code and then i want to refill combobox data. It works fine for first time, but it does not refill next time.

combobox1.DataColumn = "Field Name";
combobox1.FillData();

Thanks in advance.

Leave a Comment