Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
255
Wincombo :On dropdown of the combo, the list is blank
posted

Hello,

I have a childform which I initializes in the main form.To the constructor of the child form I pass a reference of the combobox in the main form.There is a combobox in the childform which has the items exactly as in the combo in the main form. I close the child form after saving the data.When I come back to the main form the items in the combo are not displaying correctly.The selected item is displayed correctly.But when I dropdown the combo, the list is blank.The items are there in the combo.Because when the mouse is over the list,it shows the item in an appearance similar to the 'selected item' in the combo.Only when we dropdown the combo , it is not displaying correctly.
What needs to be done for this?
Any suggestions?
Thanks in Advanz,
Abja

  • 755
    posted

    Is the combo in the main form working without any problems?

    It seems like the child form is closing the underlaying datasource..