G
Grant
Sorry for all the posts - Im new to c# and oop and and having a tough time
geting my head around some of this stuff. (I tell you Im surprised my
monitor has lasted this long, Ive been tempted many times to put the
keyboard through it)
I have this dataset on my main form which i need exposed to another form. I
have comboboxes that need to be bound to this dataset. I have tried creating
a new dataset on the new form and what happens is the dialog box pops up
with the option of making it typed or untyped.
the wizard has picked up the dataset from the main form and when I click OK
see the dataset created which has the same name as the dataset on the main
form.
Now when I set the datasource and displaymember on the combobox I can see
all the tables and columns and simply set these values accordingly.
When I run the app and open that form, the comboboxes are empty.
Some posts I have found say to make the dataset public and pass it into the
other form but I dont know how to do this.
Thanks again,
Grant
geting my head around some of this stuff. (I tell you Im surprised my
monitor has lasted this long, Ive been tempted many times to put the
keyboard through it)
I have this dataset on my main form which i need exposed to another form. I
have comboboxes that need to be bound to this dataset. I have tried creating
a new dataset on the new form and what happens is the dialog box pops up
with the option of making it typed or untyped.
the wizard has picked up the dataset from the main form and when I click OK
see the dataset created which has the same name as the dataset on the main
form.
Now when I set the datasource and displaymember on the combobox I can see
all the tables and columns and simply set these values accordingly.
When I run the app and open that form, the comboboxes are empty.
Some posts I have found say to make the dataset public and pass it into the
other form but I dont know how to do this.
Thanks again,
Grant