G
Guest
I'll try this one again now that I have my registration in order
combobox shows fields only when I change datasets
This is the first time the problem has arisen
For the table - Authors - I want updated, inserted, selected - and for the four comboboxes I created separate dataadapters and put all the tables into one dataset
daAuthorsTw
daAuthorTypeTw
daPrimaryPubTw
daPointOfViewTw
daPermissionsTw
dsAuthorsTwo, instantiated as dsAuthorsTwo1
All the four textboxes, the checkbox and two of the four comboboxes showed their column values
I tried various fixes. Finally I created another dataset from daAuthorsTwo, named dsAuthors3 and instantiated as dsAuthors31. It contained only the authors table
I redid the databindings for all the controls, selecting dsAuthors31. All the fields filled
Can somebody inform me what I did wrong? It's not that I'm new at this. I take my template from ADO.NET chapter 13. I based 15 or so forms on it and this is the only one that didn't work
polynomial5
combobox shows fields only when I change datasets
This is the first time the problem has arisen
For the table - Authors - I want updated, inserted, selected - and for the four comboboxes I created separate dataadapters and put all the tables into one dataset
daAuthorsTw
daAuthorTypeTw
daPrimaryPubTw
daPointOfViewTw
daPermissionsTw
dsAuthorsTwo, instantiated as dsAuthorsTwo1
All the four textboxes, the checkbox and two of the four comboboxes showed their column values
I tried various fixes. Finally I created another dataset from daAuthorsTwo, named dsAuthors3 and instantiated as dsAuthors31. It contained only the authors table
I redid the databindings for all the controls, selecting dsAuthors31. All the fields filled
Can somebody inform me what I did wrong? It's not that I'm new at this. I take my template from ADO.NET chapter 13. I based 15 or so forms on it and this is the only one that didn't work
polynomial5