Combobox datasource assignment to dataset suddenly stopped
From: Eric (epaetz41_at_hotmail.com)
Date: 10/12/04
- Next message: Martin Streller: "DatagridView, setting Font for individual Cells"
- Previous message: TEK: "Designer fails when trying to bind to nested lists"
- Messages sorted by: [ date ] [ thread ]
Date: 12 Oct 2004 06:59:34 -0700
I have an existing app that fills a combobox with a list of names from
a table, using a dataset. The code has been in production for over a
year and works fine at it's current installed hosts.
I recently updated my development box with updates from Microsoft.
Afterwards
I then had to go in to my code for the app and run it in debug mode. I
noticed that the combobox does not show any names.
Stepping through the code I see that the dataset is being filled
properly and holds the expected number of records. So I'm assuming
that the problem is occuring on the following line;
combobox.datasource = dataset.tables(0)
I'm wondering if this is related to the Microsoft updates I did to my
development machine. Or is the combobox just being stubborn?
Any suggestions?
Thanks,
Eric
- Next message: Martin Streller: "DatagridView, setting Font for individual Cells"
- Previous message: TEK: "Designer fails when trying to bind to nested lists"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|