I'm trying to create a custom control which would be a treeview which
populates itself with table and field details from a database.
I need to be able to call up a form to enter the server/db information.
I created a form within the custom control, and I sort of thought it
might not work, and it isn't.
It's telling me "frmConnect " is not available in this context.
Any ideas what is causing this?
populates itself with table and field details from a database.
I need to be able to call up a form to enter the server/db information.
I created a form within the custom control, and I sort of thought it
might not work, and it isn't.
It's telling me "frmConnect " is not available in this context.
Any ideas what is causing this?
Comment