I've populated a combobox at application start, but would like to re-use it in several forms without loading n times all data in n comboboxes, and without the need for cloning all methods.
set cboBox.container = another_container
works well in the same form but i cant move it to another form? Is it possible?
Thanks in advance.
set cboBox.container = another_container
works well in the same form but i cant move it to another form? Is it possible?
Thanks in advance.