G
Guest
I have 2 forms. The 1st form dynamically creates controls into a panel, and
fills comboboxes from SQL statements. What I would like to do is copy that
panel to a second form? I could run the same function that I use to create
the panel on Form1, however I don't want to hit the database again to fill
the combobox. Is there a way to make a duplicate of this panel for use on
another form???
fills comboboxes from SQL statements. What I would like to do is copy that
panel to a second form? I could run the same function that I use to create
the panel on Form1, however I don't want to hit the database again to fill
the combobox. Is there a way to make a duplicate of this panel for use on
another form???