M
Mike N.
Using VB.Net and ADO:
I've created a public variable on my main form and set it to = a dataset
which was crrated with the designer. I have another form with a datagrid on
it. In the designer, I can't set the datasource property to the dataset on
the main form, although i can do it in code.
Can someone tell me how to declare a dataset, either in a form or module,
that I can use globally throughout my application, including in the
designer? I have a hierarchical dataset and need to use a hierarchical grid
control, setting all of it's various properties and structure at run time is
problematic.
Thanks!
I've created a public variable on my main form and set it to = a dataset
which was crrated with the designer. I have another form with a datagrid on
it. In the designer, I can't set the datasource property to the dataset on
the main form, although i can do it in code.
Can someone tell me how to declare a dataset, either in a form or module,
that I can use globally throughout my application, including in the
designer? I have a hierarchical dataset and need to use a hierarchical grid
control, setting all of it's various properties and structure at run time is
problematic.
Thanks!