2008-09-04 12:26 UTC
Hello,
I only want to know if this works as designed or not:
I have drawn an empty Combobox in DropDown style. When I add a list at runtime the list seems to be saved after closing. When calling the form outside my program using (dcl_form_show ...) the combobox is still filled with the latest list. I thought after (dcl_form_show ...) the dropdown must be empty?! ??? I believe in further releases the combobox was empty by default when OnInitialitze event is called.
Do I have to call the clear method within the OnInitialize event before adding my list?
Fred
I only want to know if this works as designed or not:
I have drawn an empty Combobox in DropDown style. When I add a list at runtime the list seems to be saved after closing. When calling the form outside my program using (dcl_form_show ...) the combobox is still filled with the latest list. I thought after (dcl_form_show ...) the dropdown must be empty?! ??? I believe in further releases the combobox was empty by default when OnInitialitze event is called.
Do I have to call the clear method within the OnInitialize event before adding my list?
Fred